diff options
Diffstat (limited to 'tests/mv/partition-perm')
-rwxr-xr-x | tests/mv/partition-perm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/partition-perm b/tests/mv/partition-perm index 7c7849947..8df9571d9 100755 --- a/tests/mv/partition-perm +++ b/tests/mv/partition-perm @@ -1,7 +1,7 @@ #!/bin/sh # Make sure permissions are preserved when moving from one partition to another. -# Copyright (C) 1999, 2000, 2001, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 1999, 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 @@ -40,4 +40,4 @@ test -f $other_partition_tmpdir/file || fail=1 mode=`ls -l $other_partition_tmpdir/file|cut -b-10` test "$mode" = "-rwxrwxrwx" || fail=1 -exit $fail +(exit $fail); exit $fail |