Fixed get_xattr_acl() -- it needed to zero *len_p.
[rsync/rsync.git] / testsuite / chown.test
index 609ba92..2898890 100644 (file)
@@ -36,6 +36,7 @@ case $0 in
     esac
     ;;
 *)
+    RSYNC="$RSYNC --super"
     case `id -u` in
     '') ;; # If "id" failed, try to continue...
     0)  ;;