From 52d9bba7126de635eb356e3b379c5e4659ce2462 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 30 Nov 2007 23:22:21 +0100 Subject: tests: move the very-expensive file into test-lib.sh * tests/very-expensive: Remove file. * tests/test-lib.sh (very_expensive_): New function. * tests/Makefile.am (EXTRA_DIST): Remove very-expensive. * tests/cp/perm: Call the new function, rather than sourcing the file. * tests/tail-2/assert: Likewise. * tests/tail-2/assert-2: Likewise. * tests/du/2g: Likewise. --- tests/du/2g | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/du/2g') diff --git a/tests/du/2g b/tests/du/2g index ea2d6c784..a19b8ab4f 100755 --- a/tests/du/2g +++ b/tests/du/2g @@ -23,11 +23,11 @@ if test "$VERBOSE" = yes; then du --version fi -# Creating a 2GB file counts as `very expensive'. -. $srcdir/../very-expensive - . $srcdir/../test-lib.sh +# Creating a 2GB file counts as `very expensive'. +very_expensive_ + fail=0 # Get number of free kilobytes on current partition, so we can -- cgit v1.2.3-54-g00ecf