1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

clean-up: Correct the comment to match the particular test case

This commit is contained in:
Jonathan Brassow 2017-10-24 14:06:44 -05:00
parent 10c76ce35a
commit 38f7fbac64

View File

@ -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