From fa07c04231db2d130de54647957ffab4a7a53733 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 --- qa/workunits/fs/misc/multiple_rsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/fs/misc/multiple_rsync.sh b/qa/workunits/fs/misc/multiple_rsync.sh index 089db63d5e41c..61ee283170495 100755 --- a/qa/workunits/fs/misc/multiple_rsync.sh +++ b/qa/workunits/fs/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.39.5