Improved the --iconv description.
[rsync/rsync.git] / testsuite / acls.test
index af56007..35f744c 100644 (file)
@@ -9,10 +9,6 @@
 
 $RSYNC --version | grep ", ACLs" >/dev/null || test_skipped "Rsync is configured without ACL support"
 
-case "$RSYNC" in
-*protocol=29*) test_skipped "ACL support requires protocol 30" ;;
-esac
-
 case "$setfacl_nodef" in
 true) test_skipped "I don't know how to use your setfacl command" ;;
 esac
@@ -27,9 +23,9 @@ setfacl -m u:0:7 "$fromdir/foo" || test_skipped "Your filesystem has ACLs disabl
 setfacl -m u:0:5 "$fromdir/file1"
 setfacl -m u:0:5 "$fromdir/file2"
 
-$RSYNC -avvA "$fromdir/" "$todir/"
-
 cd "$fromdir"
+$RSYNC -avvA $files "$todir/"
+
 getfacl $files >"$scratchdir/acls.txt"
 
 cd "$todir"