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:
parent
10c76ce35a
commit
38f7fbac64
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user