diff options
Diffstat (limited to 'tests/misc/pathchk1')
-rwxr-xr-x | tests/misc/pathchk1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/pathchk1 b/tests/misc/pathchk1 index 5b20f077a..f8f8784a0 100755 --- a/tests/misc/pathchk1 +++ b/tests/misc/pathchk1 @@ -40,4 +40,4 @@ pathchk -P '' > /dev/null 2>&1 && fail=1 pathchk -P -- - > /dev/null 2>&1 && fail=1 pathchk -p -P x/- > /dev/null 2>&1 && fail=1 -(exit $fail); exit $fail +Exit $fail |