stas 2003/08/22 17:08:07
Modified: t/api rflush.t
Log:
#19064 that broke perl, has been reverted in perl-maint, but not in
perl-blead => skip the test for 5.9
Revision Changes Path
1.5 +1 -1 modperl-2.0/t/api/rflush.t
Index: rflush.t
===================================================================
RCS file: /home/cvs/modperl-2.0/t/api/rflush.t,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rflush.t 21 Aug 2003 19:41:50 -0000 1.4
+++ rflush.t 23 Aug 2003 00:08:07 -0000 1.5
@@ -5,7 +5,7 @@
use Apache::TestRequest;
use Apache::TestUtil;
-plan tests => 1;
+plan tests => 1, have { "$] needs #19064 to be reverted" => ($] != 5.009) };
my $expected = "[<foo][bar>][<who][ah>]";
my $location = '/TestAPI__rflush';