summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brassow <jbrassow@redhat.com>2017-10-24 14:06:44 -0500
committerJonathan Brassow <jbrassow@redhat.com>2017-10-24 14:06:44 -0500
commit38f7fbac64ee8291776c168b32fbd39ce2706bfe (patch)
tree37088ca381681e45d28c0d33af44c36939792cb8
parent10c76ce35a294b3d5fc84bc8af3ff118168282d7 (diff)
downloadlvm2-38f7fbac64ee8291776c168b32fbd39ce2706bfe.tar.gz
clean-up: Correct the comment to match the particular test case
-rw-r--r--test/shell/lvconvert-raid-status-validation.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/shell/lvconvert-raid-status-validation.sh b/test/shell/lvconvert-raid-status-validation.sh
index 51c70486e..b4140a9d9 100644
--- a/test/shell/lvconvert-raid-status-validation.sh
+++ b/test/shell/lvconvert-raid-status-validation.sh
@@ -101,9 +101,9 @@ while true; do
[ "${a[7]}" = "recover" ]
else
# Tough to tell the INVALID case,
- # Before starting sync thread: "Aa X/X recover"
+ # Before starting sync thread: "AAa X/X recover"
# from the valid case,
- # Just finished sync thread: "Aa X/X recover"
+ # Just finished sync thread: "AAa X/X recover"
[ "${a[5]}" = "AAA" ]
[ "${a[7]}" = "idle" ]
break