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-Tag: v3.0.0pre1~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=548ca46fecd58a43fd9f19e79bdc968f21c71992;p=thirdparty%2Frsync.git 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) ;;