From b70f29c008a496b029ea56fd26a8d2b1610ddb1f Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 14 Nov 2012 23:25:44 -0500 Subject: [PATCH] fixed test for commit 78cab52582 --- t/config.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/config.t b/t/config.t index e82e185..5e674b8 100644 --- a/t/config.t +++ b/t/config.t @@ -26,7 +26,7 @@ is($smtpd->config('me'), 'some.host.example.org', 'config("me")'); # line with both) my $relayclients = join ",", sort $smtpd->config('relayclients'); is($relayclients, - '127.0.0.1,192.0.,2001:0DB8:0000:0000:0000:0000:0000:0001,2001:DB8::1/32,2001:DB8,2001:DB8::1', + '127.0.0.1,192.0.,2001:0DB8,2001:0DB8:0000:0000:0000:0000:0000:0001,2001:DB8::1,2001:DB8::1/32', 'config("relayclients") are trimmed'); foreach my $f ( @mes ) {