Blob Blame History Raw
Index: /branches/2.6/tests/util/inndf.t
===================================================================
--- /branches/2.6/tests/util/inndf.t	(revision 10540)
+++ /branches/2.6/tests/util/inndf.t	(revision 10541)
@@ -129,6 +129,6 @@
     printcount "not ok"
 fi
-out=`$inndf -o`
-if [ "$out" = "3.17% overview space used" ] ; then
+out=`$inndf -o | sed 's/\...%/\.00%/'`
+if [ "$out" = "3.00% overview space used" ] ; then
     printcount "ok"
 else