diff options
Diffstat (limited to 'tests/tail-2/assert')
-rwxr-xr-x | tests/tail-2/assert | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tail-2/assert b/tests/tail-2/assert index 2ab617e77..78e0082b4 100755 --- a/tests/tail-2/assert +++ b/tests/tail-2/assert @@ -1,7 +1,7 @@ #!/bin/sh # Test for assertion failure in "test". -# Copyright (C) 1999, 2000, 2004, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 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 @@ -61,4 +61,4 @@ esac test $fail = 1 && cat err -exit $fail +(exit $fail); exit $fail |