diff options
Diffstat (limited to 'tests/misc/stty')
-rwxr-xr-x | tests/misc/stty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/stty b/tests/misc/stty index c9fd67d14..6ec67be01 100755 --- a/tests/misc/stty +++ b/tests/misc/stty @@ -1,7 +1,7 @@ #! /bin/sh # Make sure stty can parse most of its options. -# Copyright (C) 1998-2004, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 1998-2004, 2006-2008 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -100,4 +100,4 @@ fi stty `cat $saved_state` -exit $fail +(exit $fail); exit $fail |