From 548ca46fecd58a43fd9f19e79bdc968f21c71992 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 28 Apr 2007 23:47:16 +0000 Subject: [PATCH] Use the --super option for the non-fake test, just in case a system can chown without appearing to be root (uid 0). --- testsuite/chown.test | 1 + 1 file changed, 1 insertion(+) 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) ;; -- 2.34.1