From: Li Peng Date: Tue, 26 Apr 2016 07:56:26 +0000 (+0800) Subject: qa: fix typo X-Git-Tag: v11.1.0~540^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=49f1dae568f9cbc62abf5deac2d4d6829516cdf4;p=ceph.git qa: fix typo Signed-off-by: Li Peng --- diff --git a/qa/workunits/fs/misc/multiple_rsync.sh b/qa/workunits/fs/misc/multiple_rsync.sh index 87a9761e809b..4397c1e7fa55 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