diff options
Diffstat (limited to 'tests/readlink/can-e')
-rwxr-xr-x | tests/readlink/can-e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/readlink/can-e b/tests/readlink/can-e index 72c2c5cd3..6316ff98f 100755 --- a/tests/readlink/can-e +++ b/tests/readlink/can-e @@ -107,4 +107,4 @@ for p in "" "$pwd/$tmp/"; do test -z "$v" || fail=1 done -(exit $fail); exit $fail +Exit $fail |