diff options
Diffstat (limited to 'tests/mv/into-self-3')
-rwxr-xr-x | tests/mv/into-self-3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/into-self-3 b/tests/mv/into-self-3 index c8b31ff3d..ce858a234 100755 --- a/tests/mv/into-self-3 +++ b/tests/mv/into-self-3 @@ -1,7 +1,7 @@ #!/bin/sh # move a directory into itself, with a twist -# Copyright (C) 1998, 1999, 2000, 2007 Free Software Foundation, Inc. +# Copyright (C) 1998, 1999, 2000, 2007-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 @@ -43,4 +43,4 @@ EOF compare out2 exp || fail=1 -exit $fail +(exit $fail); exit $fail |