diff options
Diffstat (limited to 'tests/ls/x-option')
-rwxr-xr-x | tests/ls/x-option | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/x-option b/tests/ls/x-option index 7a451f54b..0730de5e5 100755 --- a/tests/ls/x-option +++ b/tests/ls/x-option @@ -32,6 +32,6 @@ a b b a EOF -compare out exp || fail=1 +compare exp out || fail=1 Exit $fail |