diff options
Diffstat (limited to 'tests/mv/backup-is-src')
-rwxr-xr-x | tests/mv/backup-is-src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/backup-is-src b/tests/mv/backup-is-src index f8be007a8..9315d15a0 100755 --- a/tests/mv/backup-is-src +++ b/tests/mv/backup-is-src @@ -1,7 +1,7 @@ #!/bin/sh # Force mv to use the copying code. -# Copyright (C) 1998, 1999, 2000, 2004, 2007 Free Software Foundation, Inc. +# Copyright (C) 1998-2000, 2004, 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 @@ -48,4 +48,4 @@ EOF compare out2 exp || fail=1 -exit $fail +(exit $fail); exit $fail |