diff options
Diffstat (limited to 'tests/misc/stty-invalid')
-rwxr-xr-x | tests/misc/stty-invalid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/stty-invalid b/tests/misc/stty-invalid index 302dbe0ec..47531c533 100755 --- a/tests/misc/stty-invalid +++ b/tests/misc/stty-invalid @@ -45,4 +45,4 @@ stty `echo $saved_state |sed 's/:[0-9a-f]*$/:'$hex_2_64/` 2>/dev/null && fail=1 # the state of our tty), try to restore the initial state. stty $saved_state || fail=1 -(exit $fail); exit $fail +Exit $fail |