tests: avoid failure due to bug in FreeBSD 8.1's /bin/sh
commit6c058b2dabe2e577d56e8c2c82cec550ff82f085
authorJim Meyering <meyering@redhat.com>
Sat, 6 Nov 2010 14:20:06 +0000 (6 15:20 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 6 Nov 2010 14:24:53 +0000 (6 15:24 +0100)
tree7c2b1f036027addde33ec24c44c471c4f3332a87
parent3261914da1dc13165738dcfb77c12dad7b57690f
tests: avoid failure due to bug in FreeBSD 8.1's /bin/sh

* tests/init.sh: Arrange not to accept FreeBSD 8.1's /bin/sh, since
it fails this test: /bin/sh -c 'f(){ local s=$IFS; test -n "$s"; }; f'
* tests/init.cfg (sanitize_path_): Stop-gap measure to work around
a bug in FreeBSD 8.1's /bin/sh.  We'll un-do this change once all
300+ tests use init.sh.
tests/init.cfg
tests/init.sh