summaryrefslogtreecommitdiff
path: root/net/p5-Net-DNS/patches/patch-ac
blob: c103a0684bdd2b7a26bcef89f52fed882bf1b775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1 2006/09/03 16:55:15 heinz Exp $

--- t/11-inet6.t.orig	2006-07-04 10:06:24.000000000 +0200
+++ t/11-inet6.t
@@ -60,7 +60,7 @@ my $AAAA_address;
 my $A_address;
 
 
-SKIP: { skip "online tests are not enabled", 2 unless -e 't/online.enabled';
+SKIP: { skip "online tests are not enabled", 3 unless -e 't/online.enabled';
 
 	# First use the local resolver to query for the AAAA record of a 
         # well known nameserver, than use v6 transport to get to that record.