From d2bdf3dde42e62ef81f4bb05f792fad2a75d248d Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Tue, 21 Oct 2014 10:55:06 -0700 Subject: [PATCH] qa: use sudo when rsyncing /usr so we can read everything Signed-off-by: Greg Farnum (cherry picked from commit fa07c04231db2d130de54647957ffab4a7a53733) --- qa/workunits/misc/multiple_rsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/misc/multiple_rsync.sh b/qa/workunits/misc/multiple_rsync.sh index 089db63d5e4..61ee2831704 100755 --- a/qa/workunits/misc/multiple_rsync.sh +++ b/qa/workunits/misc/multiple_rsync.sh @@ -8,7 +8,7 @@ echo we should get 4 here if no additional files are transfered rsync -auv --exclude local/ /usr/ usr.1 | tee /tmp/$$ hexdump -C /tmp/$$ wc -l /tmp/$$ | grep 4 -rsync -auv --exclude local/ /usr/ usr.2 | tee /tmp/$$ +sudo rsync -auv --exclude local/ /usr/ usr.2 | tee /tmp/$$ hexdump -C /tmp/$$ wc -l /tmp/$$ | grep 4 rm /tmp/$$ -- 2.47.3