projects
/
p5sagit/App-FatPacker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bd483d7
)
ensure trace file is empty before tracing in test
Graham Knop [Sun, 28 Jun 2015 05:52:31 +0000 (
01:52
-0400)]
t/trace.t
patch
|
blob
|
blame
|
history
diff --git
a/t/trace.t
b/t/trace.t
index
313ef64
..
0021597
100755
(executable)
--- a/
t/trace.t
+++ b/
t/trace.t
@@
-15,6
+15,7
@@
sub test_trace {
my($file, @loaded) = @_;
local $Test::Builder::Level = $Test::Builder::Level + 1;
+ unlink "fatpacker.trace";
system($^X, "-Mblib", "-MApp::FatPacker::Trace", $file);
open my $trace, "<", "fatpacker.trace";