tests: don't disqualify FreeBSD 8.1's /bin/sh just yet,
authorJim Meyering <meyering@redhat.com>
Sun, 7 Nov 2010 13:23:32 +0000 (14:23 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 7 Nov 2010 20:08:37 +0000 (21:08 +0100)
commitdd45755406861fc192284d7e2b28f3c33e0433d3
tree2c67cff01f8da1a27befacd67bac02ea51c9fc3b
parentca9aa7596094c4af094edb7eb63648570d53c100
tests: don't disqualify FreeBSD 8.1's /bin/sh just yet,

because dash-0.5.6-2.fc14.x86_64 would also be disqualified.
This reverts part of yesterday's commit 6c058b2d, "tests: avoid
failure due to bug in FreeBSD 8.1's /bin/sh".  Note that the offending
aspect of those shells is not officially a bug, since "local" is not
specified by POSIX.  However, it is very unintuitive that prepending
"local" to an existing, standards-compliant assignment would evoke
such a fundamental change in semantics.
* tests/init.sh: Remove snippet requiring sane "local" support.
Upstream dash bug report:
http://thread.gmane.org/gmane.comp.shells.dash/419
tests/init.sh