diff options
Diffstat (limited to 'tests/du/basic')
-rwxr-xr-x | tests/du/basic | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/du/basic b/tests/du/basic index e12ff1e1a..3cb3c0d99 100755 --- a/tests/du/basic +++ b/tests/du/basic @@ -19,12 +19,12 @@ . "${srcdir=.}/init.sh"; path_prepend_ ../src print_ver_ du -mkdir -p a/b d d/sub || framework_failure +mkdir -p a/b d d/sub || framework_failure_ # Ensure that these files contain more than 64 bytes, so that we don't # immediately disqualify file systems (e.g., NetApp) on which smaller # files take up zero disk blocks. -printf '%*s' 257 make-sure-the-file-is-non-empty > a/b/F || framework_failure +printf '%*s' 257 make-sure-the-file-is-non-empty > a/b/F || framework_failure_ printf %4096s x > d/1 cp d/1 d/sub/2 |