INN commit: trunk/tests/util (inndf.t)
INN Commit
rra at isc.org
Thu Jan 21 21:11:04 UTC 2010
Date: Thursday, January 21, 2010 @ 13:11:04
Author: iulius
Revision: 8910
Increase the allowed difference in the result of the inndf
test suite. (It periodically fails for an unkwnown reason...)
Modified:
trunk/tests/util/inndf.t
---------+
inndf.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: inndf.t
===================================================================
--- inndf.t 2010-01-20 22:02:33 UTC (rev 8909)
+++ inndf.t 2010-01-21 21:11:04 UTC (rev 8910)
@@ -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