* src/tgbatest/kv.test: Fix the test comparison.

This commit is contained in:
Alexandre Duret-Lutz 2012-10-12 22:09:16 +02:00
parent 1551c5d947
commit 8ecf2ab1fd

View file

@ -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