diff options
Diffstat (limited to 'tests/misc/nice')
-rwxr-xr-x | tests/misc/nice | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/nice b/tests/misc/nice index 2e9d3c14c..00227293a 100755 --- a/tests/misc/nice +++ b/tests/misc/nice @@ -1,7 +1,7 @@ #! /bin/sh # Test "nice". -# Copyright (C) 2002, 2003, 2005-2007 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005-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 @@ -80,4 +80,4 @@ while :; do shift; shift; shift done -exit $fail +(exit $fail); exit $fail |