]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Factor out the expensive-test-checking code, ...
authorJim Meyering <jim@meyering.net>
Sat, 28 Oct 2000 12:53:27 +0000 (12:53 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 28 Oct 2000 12:53:27 +0000 (12:53 +0000)
tests/rm/hash

index ba1aa17516dd7fbaab34d4668ebb0e5a40e0b4b9..3fc45fe3867bdfa65c46c0014cd8923ae53c0185 100755 (executable)
@@ -3,17 +3,7 @@
 # Before then, rm would fail occasionally, sometimes via
 # a failed assertion, others with a seg fault.
 
-if test "$RUN_EXPENSIVE_TESTS" != yes; then
-  cat <<EOF >&2
-$0: This test is relatively expensive, so it is disabled by default.
-To run it anyway, rerun make check with the RUN_EXPENSIVE_TESTS
-environment variable set to yes.  E.g.,
-
-  env RUN_EXPENSIVE_TESTS=yes make check
-
-EOF
-  exit 77
-fi
+. $srcdir/../expensive
 
 if test "$VERBOSE" = yes; then
   set -x