1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

tests: hoist envvar-check so it is run for every test

I.e., also for Perl-based tests; not just the ones using test-lib.sh.
* tests/check.mk (TESTS_ENVIRONMENT): Source envvar-check here, ...
* tests/test-lib.sh: ...not here.
This commit is contained in:
Jim Meyering
2008-05-01 23:01:40 +02:00
parent cca51697aa
commit 62ebe4dabd
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,6 @@ if test "$VERBOSE" = yes; then
du --version
fi
# DU_BLOCK_SIZE could cause problems
. $top_srcdir/tests/lang-default
. $top_srcdir/tests/test-lib.sh