X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/548ca46fecd58a43fd9f19e79bdc968f21c71992..2792a83d582010863fb8fcd4a031895fcdb818dd:/testsuite/chown.test diff --git a/testsuite/chown.test b/testsuite/chown.test index 28988903..e081d871 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() { @@ -37,7 +37,7 @@ case $0 in ;; *) RSYNC="$RSYNC --super" - case `id -u` in + case `get_testuid` in '') ;; # If "id" failed, try to continue... 0) ;; *) if [ -f /usr/bin/fakeroot ]; then