Skip to content

Commit

Permalink
Merge pull request #8751 from flyd1005/wip-fix-typo
Browse files Browse the repository at this point in the history
doc: fix typos

Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
  • Loading branch information
tchaikov committed Oct 24, 2016
2 parents 0e5e33d + 49f1dae commit 75edfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/workunits/fs/misc/multiple_rsync.sh
Expand Up @@ -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
Expand Down

0 comments on commit 75edfbb

Please sign in to comment.