diff options
Diffstat (limited to 'tests/du/long-sloop')
-rwxr-xr-x | tests/du/long-sloop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/long-sloop b/tests/du/long-sloop index 6c1d8d5de..09bd2c1c6 100755 --- a/tests/du/long-sloop +++ b/tests/du/long-sloop @@ -67,6 +67,6 @@ sed "s, .1/s/s/s/[/s]*',," out1 > out || fail=1 echo "du: cannot access: $too_many" > exp || fail=1 -compare out exp || fail=1 +compare exp out || fail=1 Exit $fail |