dougm 01/10/19 19:41:21
Modified: perl-framework/t/modules cgi.t
Log:
remove /bin/sh based tests for WINFU platforms
Revision Changes Path
1.8 +5 -0 httpd-test/perl-framework/t/modules/cgi.t
Index: cgi.t
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/modules/cgi.t,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cgi.t 2001/09/13 17:49:58 1.7
+++ cgi.t 2001/10/20 02:41:21 1.8
@@ -41,6 +41,11 @@
}
);
+#XXX: find something that'll on other platforms (/bin/sh aint it)
+if (Apache::TestConfig::WINFU()) {
+ delete @test{qw(sh.sh bogus-sh.sh)};
+}
+
my $tests = ((keys %test) * 2) + (@post_content * 3) + 4;
plan tests => $tests, \&have_cgi;