X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/648859bda2ecf1ed112277b05adc1430c72747c1..309a5be87318477dedc6275f5ba785b6785278e8:/testsuite/devices.test diff --git a/testsuite/devices.test b/testsuite/devices.test index 4401572e..2a6c8a85 100644 --- a/testsuite/devices.test +++ b/testsuite/devices.test @@ -15,6 +15,7 @@ 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 test_skipped "Rsync won't copy devices unless we're root"