fix test case error
This commit is contained in:
parent
b085f79913
commit
9b90286eee
|
@ -60,7 +60,7 @@ print dnode1 $data4_2
|
|||
if $data4_1 != ready then
|
||||
return -1
|
||||
endi
|
||||
if $data4_2 != offline then
|
||||
if $data4_2 == ready then
|
||||
return -1
|
||||
endi
|
||||
|
||||
|
|
Loading…
Reference in New Issue