test: update test script.

This commit is contained in:
Haojun Liao 2022-06-04 14:21:03 +08:00
parent 978f73393d
commit e752d4e45f
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ endi
if $data4_db != 3 then # replica if $data4_db != 3 then # replica
return -1 return -1
endi endi
if $data5_db != nostrict then # strict if $data5_db != no_strict then # strict
return -1 return -1
endi endi
if $data6_db != 345600 then # days if $data6_db != 345600 then # days

View File

@ -110,7 +110,7 @@ if $data4_db != 1 then # replica
print expect 1, actual: $data4_db print expect 1, actual: $data4_db
return -1 return -1
endi endi
if $data5_db != nostrict then # strict if $data5_db != no_strict then # strict
return -1 return -1
endi endi
if $data6_db != 14400 then # days if $data6_db != 14400 then # days