diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-15 10:26:59 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-15 10:26:59 +0000 |
commit | 181ea953f5037d8eebef8af5f5ba67f9ff02a565 (patch) | |
tree | 5d7303f203cb37b400c785691010c63eeca0b2ba /t/lib/h2ph.t | |
parent | be94a90153eca0a67ea73e2ec074645fb9e0b70d (diff) | |
download | perl-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-x | t/lib/h2ph.t | 1 |
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"); } |