From 62ebe4dabdb70088ea512fb51bcffedda4a8dde8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 1 May 2008 23:01:40 +0200 Subject: 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. --- tests/test-lib.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test-lib.sh') 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. -- cgit v1.2.3-54-g00ecf