summaryrefslogtreecommitdiff
path: root/t/lib/h2ph.t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-15 10:26:59 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-15 10:26:59 +0000
commit181ea953f5037d8eebef8af5f5ba67f9ff02a565 (patch)
tree5d7303f203cb37b400c785691010c63eeca0b2ba /t/lib/h2ph.t
parentbe94a90153eca0a67ea73e2ec074645fb9e0b70d (diff)
downloadperl-181ea953f5037d8eebef8af5f5ba67f9ff02a565.tar.gz
allow /0|NaN/ on some bigfloatpm.t tests for portability; other
misc fixes p4raw-id: //depot/perl@2942
Diffstat (limited to 't/lib/h2ph.t')
-rwxr-xr-xt/lib/h2ph.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib/h2ph.t b/t/lib/h2ph.t
index 467e6965ab..acb150dfcd 100755
--- a/t/lib/h2ph.t
+++ b/t/lib/h2ph.t
@@ -31,4 +31,5 @@ unless(-e '../utils/h2ph') {
# cleanup - should this be in an END block?
unlink("lib/h2ph.ph");
+ unlink("_h2ph_pre.ph");
}