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