Change 34100 by [EMAIL PROTECTED] on 2008/07/03 15:08:50
Fix test count that was missed in #34092
Affected files ...
... //depot/perl/t/op/magic.t#85 edit
Differences ...
==== //depot/perl/t/op/magic.t#85 (xtext) ====
Index: perl/t/op/magic.t
--- perl/t/op/magic.t#84~34092~ 2008-06-28 14:06:57.000000000 -0700
+++ perl/t/op/magic.t 2008-07-03 08:08:50.000000000 -0700
@@ -70,7 +70,7 @@
close FOO; # just mention it, squelch used-only-once
if ($Is_MSWin32 || $Is_NetWare || $Is_Dos || $Is_MPE || $Is_MacOS) {
- skip('SIGINT not safe on this platform') for 1..4;
+ skip('SIGINT not safe on this platform') for 1..5;
}
else {
# the next tests are done in a subprocess because sh spits out a
End of Patch.