X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b3fbe3ce35f9c0f35b9c2f00b3157643255a330d..72de4140d5b41e6064d36dae51a9d9aee6150255:/testsuite/chown.test diff --git a/testsuite/chown.test b/testsuite/chown.test index 609ba921..d2908d7a 100644 --- a/testsuite/chown.test +++ b/testsuite/chown.test @@ -17,7 +17,7 @@ case $0 in *fake*) $RSYNC --version | grep ", xattrs" >/dev/null || test_skipped "Rsync needs xattrs for fake device tests" RSYNC="$RSYNC --fake-super" - TLS_ARGS=--fake-super + TLS_ARGS="$TLS_ARGS --fake-super" case "`xattr 2>&1`" in *--list:*) chown() { @@ -36,6 +36,7 @@ case $0 in esac ;; *) + RSYNC="$RSYNC --super" case `id -u` in '') ;; # If "id" failed, try to continue... 0) ;;