summaryrefslogtreecommitdiff
path: root/tests/du/slash
diff options
context:
space:
mode:
Diffstat (limited to 'tests/du/slash')
-rwxr-xr-xtests/du/slash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/slash b/tests/du/slash
index c87dd3f3f..f796cc047 100755
--- a/tests/du/slash
+++ b/tests/du/slash
@@ -28,6 +28,6 @@ cat <<\EOF > exp
/
EOF
-compare out exp || fail=1
+compare exp out || fail=1
Exit $fail