summaryrefslogtreecommitdiff
path: root/tests/mv/acl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/acl')
-rwxr-xr-xtests/mv/acl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mv/acl b/tests/mv/acl
index e9fb62679..5ad8de052 100755
--- a/tests/mv/acl
+++ b/tests/mv/acl
@@ -48,7 +48,6 @@ 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