* src/tgbatest/kv.test: Fix the test comparison.
This commit is contained in:
parent
1551c5d947
commit
8ecf2ab1fd
1 changed files with 1 additions and 1 deletions
|
|
@ -52,4 +52,4 @@ x=`sed -n '/APrec/{
|
|||
s/.*APrec=\[\([^]]*\)\].*/\1/p
|
||||
q
|
||||
}' out | tr ' ' '\n' | wc -l`
|
||||
test "$x" = 4
|
||||
test "$x" -eq 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue