diff options
author | Wayne Davison <wayned@samba.org> | 2005-03-18 02:10:34 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2005-03-18 02:10:34 +0000 |
commit | bb21ecac5bf5cb6e586476bbc754c709f71b3252 (patch) | |
tree | 3e89f88754b4ca9c7eb93218a5d95abcd2a1194e /testsuite | |
parent | 648859bda2ecf1ed112277b05adc1430c72747c1 (diff) | |
download | rsync-bb21ecac5bf5cb6e586476bbc754c709f71b3252.tar.gz |
Mention when we run fakeroot.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/chown.test | 1 | ||||
-rw-r--r-- | testsuite/devices.test | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/chown.test b/testsuite/chown.test index 8f3a3e08..90af529e 100644 --- a/testsuite/chown.test +++ b/testsuite/chown.test @@ -19,6 +19,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 ;; 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" |