summaryrefslogtreecommitdiff
path: root/tests/du/8gb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/du/8gb')
-rwxr-xr-xtests/du/8gb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/8gb b/tests/du/8gb
index b0a42c4ad..66f02e78b 100755
--- a/tests/du/8gb
+++ b/tests/du/8gb
@@ -22,8 +22,8 @@ if test "$VERBOSE" = yes; then
du --version
fi
-. $top_srcdir/tests/sparse-file
. $top_srcdir/tests/test-lib.sh
+require_sparse_support_
dd bs=1 seek=8G of=big < /dev/null 2> /dev/null
if test $? != 0; then