From: Jim Meyering Date: Sat, 28 Oct 2000 12:53:27 +0000 (+0000) Subject: Factor out the expensive-test-checking code, ... X-Git-Tag: FILEUTILS-4_0_28~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69254ed7d2a1a5958fcfc261505181be57190a08;p=thirdparty%2Fcoreutils.git Factor out the expensive-test-checking code, ... --- diff --git a/tests/rm/hash b/tests/rm/hash index ba1aa17516..3fc45fe386 100755 --- a/tests/rm/hash +++ b/tests/rm/hash @@ -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 <&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