diff options
Diffstat (limited to 'tests/misc/nice')
-rwxr-xr-x | tests/misc/nice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/nice b/tests/misc/nice index 4fcb80fad..90cfb8f2e 100755 --- a/tests/misc/nice +++ b/tests/misc/nice @@ -80,4 +80,4 @@ while :; do shift; shift; shift done -(exit $fail); exit $fail +Exit $fail |