From 04f8a1e9964234db36297b2c269f027fd36ab7f0 Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 12 Jun 2007 14:05:25 +0000 Subject: [PATCH] 2007-06-12 14:05:25 by steve Ignore the keys mirror_$dist --- tests/argument-check.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/argument-check.t b/tests/argument-check.t index 1c63ac4..88b5781 100644 --- a/tests/argument-check.t +++ b/tests/argument-check.t @@ -5,7 +5,7 @@ # # Steve # -- -# $Id: argument-check.t,v 1.5 2006-06-13 13:26:00 steve Exp $ +# $Id: argument-check.t,v 1.6 2007-06-12 14:05:25 steve Exp $ # use strict; @@ -46,6 +46,8 @@ foreach my $key ( sort keys %OPTIONS ) } } + next if ( $key =~ /mirror_/i ); + is( $found, 1 , " Found documentation for '$key'" ); }