dougm 01/11/16 15:44:34
Modified: perl-framework/t/protocol echo.t
Log:
fix plan
Revision Changes Path
1.2 +1 -1 httpd-test/perl-framework/t/protocol/echo.t
Index: echo.t
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/protocol/echo.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- echo.t 2001/11/16 20:08:10 1.1
+++ echo.t 2001/11/16 23:44:34 1.2
@@ -20,7 +20,7 @@
unshift @modules, 'mod_echo_ssl';
}
-plan tests => $tests, 'mod_echo';
+plan tests => $tests, ['mod_echo'];
for my $module (@modules) {
print "testing $module\n";