diff options
Diffstat (limited to 'tests/ls/follow-slink')
-rwxr-xr-x | tests/ls/follow-slink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/follow-slink b/tests/ls/follow-slink index e0468de23..651ad8a50 100755 --- a/tests/ls/follow-slink +++ b/tests/ls/follow-slink @@ -63,4 +63,4 @@ EOF compare out-L exp-L || fail=1 compare out-FLR-sub exp-FLR-sub || fail=1 -(exit $fail); exit $fail +Exit $fail |