SOURCES: perl-Net-SSLeay-network_tests.patch (NEW) - skip network ...

radek radek at pld-linux.org
Sun Mar 2 18:59:04 CET 2008


Author: radek                        Date: Sun Mar  2 17:59:04 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- skip network tests

---- Files affected:
SOURCES:
   perl-Net-SSLeay-network_tests.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/perl-Net-SSLeay-network_tests.patch
diff -u /dev/null SOURCES/perl-Net-SSLeay-network_tests.patch:1.1
--- /dev/null	Sun Mar  2 18:59:04 2008
+++ SOURCES/perl-Net-SSLeay-network_tests.patch	Sun Mar  2 18:58:59 2008
@@ -0,0 +1,29 @@
+--- Net_SSLeay.pm-1.30/test.pl~	2005-12-01 02:20:34.000000000 +0000
++++ Net_SSLeay.pm-1.30/test.pl	2008-03-02 17:49:19.793005231 +0000
+@@ -163,6 +163,11 @@
+ 					&Net::SSLeay::FILETYPE_PEM());
+ print &test(13, $r);
+ 
++# skip network tests
++print "ok $_ # skip network test\n" for 14..20;
++
++__END__
++
+ #app.iplanet.com
+ my @sites = qw(
+ www.cdw.com
+--- Net_SSLeay.pm-1.30/Net-SSLeay-Handle-0.50/test.pl~	2005-11-30 09:46:47.000000000 +0000
++++ Net_SSLeay.pm-1.30/Net-SSLeay-Handle-0.50/test.pl	2008-03-02 17:50:13.289328551 +0000
+@@ -26,8 +26,10 @@
+ #    www.openssl.org
+ #    www.engelschall.com
+ 
+-test_2();
+-test_3();
++# network tests; ignore...
++print "ok $_ # skip network test\n" for 2..3;
++#test_2();
++#test_3();
+ 
+ #== Test 2 ====================================================================
+ #
================================================================


More information about the pld-cvs-commit mailing list