diff options
Diffstat (limited to 'tests/ls/m-option')
-rwxr-xr-x | tests/ls/m-option | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/m-option b/tests/ls/m-option index 2e6ec03d2..4ec2342aa 100755 --- a/tests/ls/m-option +++ b/tests/ls/m-option @@ -35,6 +35,6 @@ b 0 a, 12 b EOF -compare out exp || fail=1 +compare exp out || fail=1 Exit $fail |