test: update test script.
This commit is contained in:
parent
978f73393d
commit
e752d4e45f
|
@ -89,7 +89,7 @@ endi
|
|||
if $data4_db != 3 then # replica
|
||||
return -1
|
||||
endi
|
||||
if $data5_db != nostrict then # strict
|
||||
if $data5_db != no_strict then # strict
|
||||
return -1
|
||||
endi
|
||||
if $data6_db != 345600 then # days
|
||||
|
|
|
@ -110,7 +110,7 @@ if $data4_db != 1 then # replica
|
|||
print expect 1, actual: $data4_db
|
||||
return -1
|
||||
endi
|
||||
if $data5_db != nostrict then # strict
|
||||
if $data5_db != no_strict then # strict
|
||||
return -1
|
||||
endi
|
||||
if $data6_db != 14400 then # days
|
||||
|
|
Loading…
Reference in New Issue