From: Wayne Davison Date: Sat, 28 Apr 2007 23:47:16 +0000 (+0000) Subject: Use the --super option for the non-fake test, just in case a system X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/548ca46fecd58a43fd9f19e79bdc968f21c71992 Use the --super option for the non-fake test, just in case a system can chown without appearing to be root (uid 0). --- diff --git a/testsuite/chown.test b/testsuite/chown.test index 609ba921..28988903 100644 --- a/testsuite/chown.test +++ b/testsuite/chown.test @@ -36,6 +36,7 @@ case $0 in esac ;; *) + RSYNC="$RSYNC --super" case `id -u` in '') ;; # If "id" failed, try to continue... 0) ;;