diff options
Diffstat (limited to 'tests/mkdir/p-3')
-rwxr-xr-x | tests/mkdir/p-3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mkdir/p-3 b/tests/mkdir/p-3 index 54052f171..45e1a0a59 100755 --- a/tests/mkdir/p-3 +++ b/tests/mkdir/p-3 @@ -52,4 +52,4 @@ b=`ls "$p/a" | tr -d '\n'` # With coreutils-5.3.0, this would fail with $b=bu. test "x$b" = xb || fail=1 -(exit $fail); exit $fail +Exit $fail |