diff options
Diffstat (limited to 'tests/mv/i-2')
-rwxr-xr-x | tests/mv/i-2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/i-2 b/tests/mv/i-2 index 49f9d985f..eb0181e1a 100755 --- a/tests/mv/i-2 +++ b/tests/mv/i-2 @@ -2,7 +2,7 @@ # Test both cp and mv for their behavior with -if and -fi # The standards (POSIX and SuS) dictate annoyingly inconsistent behavior. -# Copyright (C) 2000, 2001, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 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 @@ -58,4 +58,4 @@ test -f g || fail=1 test -f h || fail=1 compare g h || fail=1 -exit $fail +(exit $fail); exit $fail |