diff options
Diffstat (limited to 'tests/misc/head-c')
-rwxr-xr-x | tests/misc/head-c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/head-c b/tests/misc/head-c index 2b348d2e3..7149028ca 100755 --- a/tests/misc/head-c +++ b/tests/misc/head-c @@ -32,4 +32,4 @@ case "`cat out`" in *) fail=1 ;; esac -(exit $fail); exit $fail +Exit $fail |