]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
test: fix check in run script
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 15 Aug 2014 08:12:36 +0000 (10:12 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 15 Aug 2014 09:18:44 +0000 (11:18 +0200)
test/simulation/run

index cbc7b8d30ac181ee17ff3fc9b643c2623fcf5cec..cd7b6804d015c7ea85dbc50e83a598c391e480a7 100755 (executable)
@@ -23,4 +23,4 @@ echo "  PASSED ${#passed[@]}"
 echo "  FAILED ${#failed[@]}    (${failed[@]})"
 echo "  SKIPPED ${#skipped[@]}   (${skipped[@]})"
 
-[ ${#failed} -eq 0 ]
+[ ${#failed[@]} -eq 0 ]