From ad4de2284dc47a88c1c73cc7bc55a745fec9eb13 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Fri, 14 Oct 2016 23:38:30 +0200 Subject: Correct tests to check the number of entries too Give enough time for the entries to timeout before listing, so that we get the correct number of entries. Signed-off-by: Jozsef Kadlecsik --- tests/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runtest.sh') diff --git a/tests/runtest.sh b/tests/runtest.sh index 05550c6..6f5a250 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -83,7 +83,7 @@ for types in $tests; do continue ;; skip) - eval $cmd + eval $cmd >/dev/null if [ $? -ne 0 ]; then echo "Skipping tests, '$cmd' failed" break -- cgit v1.2.3