X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/648859bda2ecf1ed112277b05adc1430c72747c1..0f78b81511be65d8fe21af1e6ac674f9e80ac29d:/testsuite/chown.test diff --git a/testsuite/chown.test b/testsuite/chown.test index 8f3a3e08..1be7d9e2 100644 --- a/testsuite/chown.test +++ b/testsuite/chown.test @@ -13,12 +13,11 @@ . "$suitedir/rsync.fns" -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 ;;