X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/815193e89ec0b5466fb7c13cefb6ccbc72088c1d..648859bda2ecf1ed112277b05adc1430c72747c1:/testsuite/chown.test diff --git a/testsuite/chown.test b/testsuite/chown.test index cd841fa9..8f3a3e08 100644 --- a/testsuite/chown.test +++ b/testsuite/chown.test @@ -13,6 +13,17 @@ . "$suitedir/rsync.fns" +set -x + +case `id -u` in +'') ;; # If "id" failed, try to continue... +0) ;; +*) if [ -f /usr/bin/fakeroot ]; then + exec /usr/bin/fakeroot /bin/sh "$0" + fi + ;; +esac + # Build some hardlinks mkdir "$fromdir"