diff options
Diffstat (limited to 'tests/cp/no-deref-link1')
-rwxr-xr-x | tests/cp/no-deref-link1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/no-deref-link1 b/tests/cp/no-deref-link1 index e92c40cc3..f18ae0374 100755 --- a/tests/cp/no-deref-link1 +++ b/tests/cp/no-deref-link1 @@ -41,4 +41,4 @@ test $? = 1 || fail=1 test "`cat a/foo`" = $msg || fail=1 -(exit $fail); exit $fail +Exit $fail |