diff options
Diffstat (limited to 'tests/ls/stat-free-symlinks')
-rwxr-xr-x | tests/ls/stat-free-symlinks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/stat-free-symlinks b/tests/ls/stat-free-symlinks index ab2011925..87304da4d 100755 --- a/tests/ls/stat-free-symlinks +++ b/tests/ls/stat-free-symlinks @@ -47,6 +47,6 @@ grep '^stat("x"' err && fail=1 printf '\033[01;32mx\033[0m*\n' } > exp || fail=1 -compare out exp || fail=1 +compare exp out || fail=1 Exit $fail |