Change 20601 by [EMAIL PROTECTED] on 2003/08/10 19:38:36
Two different test harnesses, mmmm.
Affected files ...
... //depot/maint-5.8/perl/t/op/closure.t#7 edit
Differences ...
==== //depot/maint-5.8/perl/t/op/closure.t#7 (xtext) ====
Index: perl/t/op/closure.t
--- perl/t/op/closure.t#6~20598~ Sun Aug 10 11:29:12 2003
+++ perl/t/op/closure.t Sun Aug 10 12:38:36 2003
@@ -605,12 +605,16 @@
test { $watch eq '12' }
}
-SKIP: { skip("tests not in maint because change #19637 not applied", 4) }
+require "./test.pl";
+
+curr_test(182);
+
+SKIP: { skip("tests not in maint because change #19637 not applied", 3) }
+
+$test= 185;
# bugid #23265 - this used to coredump during destruction of PL_maincv
# and its children
-
-require './test.pl';
my $got = runperl(
prog => q[
End of Patch.