summaryrefslogtreecommitdiff
path: root/test/shell/integrity-syncaction.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/shell/integrity-syncaction.sh')
-rw-r--r--test/shell/integrity-syncaction.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell/integrity-syncaction.sh b/test/shell/integrity-syncaction.sh
index ededda010..0f8ce17d2 100644
--- a/test/shell/integrity-syncaction.sh
+++ b/test/shell/integrity-syncaction.sh
@@ -27,7 +27,7 @@ aux prepare_devs 3 40
# Use awk instead of anoyingly long log out from printf
#printf "%0.sA" {1..16384} >> fileA
awk 'BEGIN { while (z++ < 16384) printf "A" }' > fileA
-awk 'BEGIN { while (z++ < 4096) printf "B" }' > fileB
+awk 'BEGIN { while (z++ < 4096) printf "B" ; while (z++ < 16384) printf "b" }' > fileB
awk 'BEGIN { while (z++ < 16384) printf "C" }' > fileC
_prepare_vg() {