summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Lite/patches/patch-aa
blob: 6a5f4cc33a55bd74e66701000ce1094208058192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-aa,v 1.1.1.1 2006/08/22 21:46:13 minskim Exp $

--- test.pl.orig	2003-02-10 15:13:57.000000000 -0600
+++ test.pl
@@ -42,10 +42,10 @@ to be successful, as one many tests curr
 
 What is the full URL for the above?  Enter 'none' to skip tests.
 EOF
-print STDERR "Location: [http://www.thetoybox.org/HTTP-Lite-Tests] ";
+print STDERR "Location: [http://www.toybox.ca/HTTP-Lite-Tests] ";
 $testpath = <>;
 chomp($testpath);
-$testpath = $testpath ? $testpath : "http://www.thetoybox.org/HTTP-Lite-Tests";
+$testpath = $testpath ? $testpath : "http://www.toybox.ca/HTTP-Lite-Tests";
 
 if ($testpath =~ /\s*'*none'*\s*/)
 {