X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/815193e89ec0b5466fb7c13cefb6ccbc72088c1d..48ffc11e9cd35d57f518a5cac8e56d79d424ca04:/testsuite/chown.test diff --git a/testsuite/chown.test b/testsuite/chown.test index cd841fa9..1be7d9e2 100644 --- a/testsuite/chown.test +++ b/testsuite/chown.test @@ -13,6 +13,16 @@ . "$suitedir/rsync.fns" +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"