Mention when we run fakeroot.
authorWayne Davison <wayned@samba.org>
Fri, 18 Mar 2005 02:10:34 +0000 (02:10 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 18 Mar 2005 02:10:34 +0000 (02:10 +0000)
testsuite/chown.test
testsuite/devices.test

index 8f3a3e0..90af529 100644 (file)
@@ -19,6 +19,7 @@ case `id -u` in
 '') ;; # If "id" failed, try to continue...
 0)  ;;
 *)  if [ -f /usr/bin/fakeroot ]; then
 '') ;; # 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
     ;;
        exec /usr/bin/fakeroot /bin/sh "$0"
     fi
     ;;
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
 '') ;; # 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"
        exec /usr/bin/fakeroot /bin/sh "$0"
     fi
     test_skipped "Rsync won't copy devices unless we're root"