diff options
Diffstat (limited to 'tests/du')
-rwxr-xr-x | tests/du/2g | 6 |
1 files changed, 3 insertions, 3 deletions
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 |