diff options
author | Jim Meyering <meyering@redhat.com> | 2008-05-01 23:01:40 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-05-06 08:21:29 +0200 |
commit | 62ebe4dabdb70088ea512fb51bcffedda4a8dde8 (patch) | |
tree | 408eba8ed54d58c00b6ed3705fb14c8fbbdfd47d /tests/du/basic | |
parent | cca51697aa3627b7b920567758df306d053f9ec4 (diff) | |
download | coreutils-62ebe4dabdb70088ea512fb51bcffedda4a8dde8.tar.xz |
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.
Diffstat (limited to 'tests/du/basic')
-rwxr-xr-x | tests/du/basic | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/du/basic b/tests/du/basic index f2eeccf5b..6833495e4 100755 --- a/tests/du/basic +++ b/tests/du/basic @@ -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 |