X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b0e9bafc78e066b1d67c07c8f9c022a4c900ed27..f90f71498e85aa0a3ce6f49609bcd70d0ff717c3:/testsuite/chown.test diff --git a/testsuite/chown.test b/testsuite/chown.test index 755ffdf8..90af529e 100644 --- a/testsuite/chown.test +++ b/testsuite/chown.test @@ -15,6 +15,16 @@ set -x +case `id -u` in +'') ;; # If "id" failed, try to continue... +0) ;; +*) if [ -f /usr/bin/fakeroot ]; then + echo "Let's try re-running the script under fakeroot..." + exec /usr/bin/fakeroot /bin/sh "$0" + fi + ;; +esac + # Build some hardlinks mkdir "$fromdir"