summaryrefslogtreecommitdiff
path: root/tests/test-lib.sh
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-01 23:01:40 +0200
committerJim Meyering <meyering@redhat.com>2008-05-06 08:21:29 +0200
commit62ebe4dabdb70088ea512fb51bcffedda4a8dde8 (patch)
tree408eba8ed54d58c00b6ed3705fb14c8fbbdfd47d /tests/test-lib.sh
parentcca51697aa3627b7b920567758df306d053f9ec4 (diff)
downloadcoreutils-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/test-lib.sh')
-rw-r--r--tests/test-lib.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-lib.sh b/tests/test-lib.sh
index 78ac97dd2..acdcbfb9c 100644
--- a/tests/test-lib.sh
+++ b/tests/test-lib.sh
@@ -208,8 +208,6 @@ test_dir_=$(pwd)
this_test_() { echo "./$0" | sed 's,.*/,,'; }
this_test=$(this_test_)
-. $top_srcdir/tests/envvar-check
-
# This is a stub function that is run upon trap (upon regular exit and
# interrupt). Override it with a per-test function, e.g., to unmount
# a partition, or to undo any other global state changes.