]> git.ipfire.org Git - thirdparty/coreutils.git/commit
make check: accommodate stricter POSIX-conforming shells
authorJim Meyering <meyering@redhat.com>
Thu, 10 Jul 2008 06:41:28 +0000 (08:41 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 10 Jul 2008 06:41:28 +0000 (08:41 +0200)
commitb1a1fcbf578a3d2be1d616b6675a7702c8fde49b
tree85af83552c11d3748cab296f3d6f4f807290452d
parent0fb0a03c5c86c114bd387300099910b1c8141689
make check: accommodate stricter POSIX-conforming shells

Without this, test-related variable settings were not exported to
the shell_or_perl_ function when using dash or Solaris 11's /bin/sh.
* tests/check.mk (TESTS_ENVIRONMENT): Use an explicit "export",
so as not to rely on non-POSIX behavior of some /bin/sh (e.g.,
bash-based ones).
tests/check.mk