From 49f1dae568f9cbc62abf5deac2d4d6829516cdf4 Mon Sep 17 00:00:00 2001 From: Li Peng Date: Tue, 26 Apr 2016 15:56:26 +0800 Subject: [PATCH] qa: fix typo Signed-off-by: Li Peng --- 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 87a9761e809b7..4397c1e7fa550 100755 --- a/qa/workunits/fs/misc/multiple_rsync.sh +++ b/qa/workunits/fs/misc/multiple_rsync.sh @@ -12,7 +12,7 @@ sudo rsync -av $PAYLOAD payload.1 sudo rsync -av $PAYLOAD payload.2 # this shouldn't transfer any additional files -echo we should get 4 here if no additional files are transfered +echo we should get 4 here if no additional files are transferred sudo rsync -auv $PAYLOAD payload.1 | tee /tmp/$$ hexdump -C /tmp/$$ wc -l /tmp/$$ | grep 4 -- 2.39.5