Mention when we run fakeroot.
[rsync/rsync.git] / testsuite / devices.test
index 4401572..2a6c8a8 100644 (file)
@@ -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"