This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
art1
/
checkit_tiff
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
22
Wiki
Activity
Browse Source
- bugfix, clean testdir/ after calling tests
development
Andreas Romeyke
2 years ago
parent
a542a2da83
commit
7c88f2f774
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
t/Testcall.pm
+ 2
- 1
t/Testcall.pm
View File
@ -3,6 +3,7 @@ use warnings;
package
Testcall
;
use
IPC::Open3
;
use
File::Spec
;
use
File::Path
;
use
Exporter
'import'
;
use
Data::Printer
;
@ -120,7 +121,7 @@ sub prepare {
}
sub
cleanup
{
rmdir
"$testdir"
;
rmtree
"$testdir"
;
}
1
;
Write
Preview
Loading…
Cancel
Save