projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fbc6567
)
Remove _h2ph_pre.ph when h2ph.t is complete.
author
Chip Salzenberg <chip@pobox.com>
Sun, 9 Feb 2003 17:45:06 +0000 (17:45 +0000)
committer
chip <chip@pobox.com>
Sun, 9 Feb 2003 17:45:06 +0000 (17:45 +0000)
p4raw-id: //depot/maint-5.005/perl@18681
t/lib/h2ph.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/h2ph.t
b/t/lib/h2ph.t
index
1fa7f63
..
15dc2b5
100755
(executable)
--- 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");
}