INN commit: branches/2.5/tests/util (inndf.t)

INN Commit rra at isc.org
Fri Jan 22 23:38:16 UTC 2010


    Date: Friday, January 22, 2010 @ 15:38:16
  Author: iulius
Revision: 8926

Increase the allowed difference in the result of the inndf
test suite.  (It periodically fails for an unkwnown reason...)

Modified:
  branches/2.5/tests/util/inndf.t

---------+
 inndf.t |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: inndf.t
===================================================================
--- inndf.t	2010-01-22 23:37:37 UTC (rev 8925)
+++ inndf.t	2010-01-22 23:38:16 UTC (rev 8926)
@@ -40,7 +40,7 @@
     fi
     try=`$inndf .`
     diff=`expr "$real" - "$try"`
-    if [ "$diff" -gt 200 ] || [ "$diff" -lt -200 ] ; then
+    if [ "$diff" -gt 1000 ] || [ "$diff" -lt -1000 ] ; then
         printcount "not ok"
     else
         printcount "ok"




More information about the inn-committers mailing list