init.sh: portability fix: use env's POSIX-specified -i option not -u
authorJim Meyering <meyering@redhat.com>
Tue, 6 Apr 2010 15:33:51 +0000 (17:33 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 6 Apr 2010 15:33:51 +0000 (17:33 +0200)
commit5fae8b2c1ede890005a55067b1f6630b114f112d
treec2a54e34c3c99baa8888d7506b92959c00ef0c49
parentbfbf5dbc5ec0aa90ee2ac3c48f3708de1f428178
init.sh: portability fix: use env's POSIX-specified -i option not -u

* tests/init.sh (mktempd_): Use env -i and set PATH explicitly rather
than unportable env -u.  Solaris 5.11's env lacks support for -u.
ChangeLog
tests/init.sh