diff options
Diffstat (limited to 'tests/tail-2/proc-ksyms')
-rwxr-xr-x | tests/tail-2/proc-ksyms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/proc-ksyms b/tests/tail-2/proc-ksyms index 84566b542..4766671b2 100755 --- a/tests/tail-2/proc-ksyms +++ b/tests/tail-2/proc-ksyms @@ -30,4 +30,4 @@ if test -r $ksyms; then tail $ksyms > /dev/null || fail=1 fi -(exit $fail); exit $fail +Exit $fail |