From: Charles Bailey Date: Mon, 13 Mar 2000 02:41:36 +0000 (+0000) Subject: Insulate tests of default display_format from different precision X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=09319b9629e22ee5f573f5600babb9bf6dcb036f;p=p5sagit%2Fp5-mst-13.2.git Insulate tests of default display_format from different precision on different machines by truncating at 1 digit less than the most common choice (.15g) p4raw-id: //depot/vmsperl@5691 --- diff --git a/t/lib/complex.t b/t/lib/complex.t index bd30e7e..1b4e189 100755 --- a/t/lib/complex.t +++ b/t/lib/complex.t @@ -263,8 +263,9 @@ EOS $test++; push @script, <display_format('style' => 'polar', 'polar_pretty_print' => 0); @@ -272,8 +273,9 @@ EOS $test++; push @script, <display_format('style' => 'cartesian', 'format' => '(%.5g)');