dougm 01/12/10 21:13:33
Modified: perl-framework/t/apache options.t
Log:
lwp must be installed to run this test
Revision Changes Path
1.2 +1 -1 httpd-test/perl-framework/t/apache/options.t
Index: options.t
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/apache/options.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- options.t 2001/09/09 21:33:53 1.1
+++ options.t 2001/12/11 05:13:33 1.2
@@ -6,7 +6,7 @@
my @urls = qw(/);
-plan tests => @urls * 2;
+plan tests => @urls * 2, \&have_lwp;
for my $url (@urls) {
my $res = OPTIONS $url;