diff options
Diffstat (limited to 'tests/mv/acl')
-rwxr-xr-x | tests/mv/acl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mv/acl b/tests/mv/acl index 5ad8de052..e9fb62679 100755 --- a/tests/mv/acl +++ b/tests/mv/acl @@ -48,6 +48,7 @@ acl1=`getfacl file` || skip_partition=. test $skip_partition != none && skip_test_ "'$skip' is not on a suitable file system for this test" +fail=0 # move the access acl of a file mv file "$other_partition_tmpdir" || fail=1 acl2=`cd "$other_partition_tmpdir" && getfacl file` || framework_failure |