Codebase list libcapture-tiny-perl / 538c76b
fix t/18-custom-capture test on Windows David Golden 12 years ago
2 changed file(s) with 8 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Capture-Tiny
11
22 {{$NEXT}}
3
4 Fixed:
5
6 - Fixed t/18-custom-capture.t failures on Windows due to tempfile
7 removal problems in the testfile
38
49 0.12 2011-12-01 16:58:05 EST5EDT
510
5656
5757 #--------------------------------------------------------------------------#
5858
59 $temp_out = tmpnam();
60 $temp_err = tmpnam();
61
5962 ok( !-e $temp_out, "Temp out '$temp_out' doesn't exist" );
6063 ok( !-e $temp_err, "Temp out '$temp_err' doesn't exist" );
6164