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 2028d90a0..556423e3c 100755
--- a/tests/du/8gb
+++ b/tests/du/8gb
@@ -32,7 +32,7 @@ fi
# the 'dd' command above mistakenly creates a file of length '0', yet
# doesn't fail. The root of that failure is that the ftruncate call
# returns zero but doesn't do its job. Detect this failure.
-set x `ls -gG big`
+set x $(ls -gG big)
size=$4
if test "$size" = 0; then
skip_ "cannot create a file large enough for this test