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 ab283e42e..22d09af50 100755
--- a/tests/du/8gb
+++ b/tests/du/8gb
@@ -48,6 +48,6 @@ cat <<\EOF > exp
8589934592 big
EOF
-compare out exp || fail=1
+compare exp out || fail=1
Exit $fail