summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-02-18 13:37:00 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-02-18 15:27:17 +0000
commitac9a0d9193d7d7ccd27aa8ebf31eb484182c3db4 (patch)
treef44c435c44fed17d4cf10afa94b31cdb0bace04e /test/runtest
parentcc00f4af38ebcc8255460398f573ba6e6ec842e3 (diff)
Testsuite: permit use of IPv6 loopback
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest
index c6d9c729e..2baf2cafd 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1325,6 +1325,9 @@ $munges =
'optional_cert_hostnames' =>
{ 'stderr' => '/in tls_verify_cert_hostnames\? no/' },
+ 'loopback' =>
+ { 'stdout' => 's/[[](127\.0\.0\.1|::1)]/[IP_LOOPBACK_ADDR]/' },
+
};
@@ -1342,7 +1345,7 @@ $munges =
# [4] TRUE if this is a log file whose deliveries must be sorted
# [5] an optional custom munge command
#
-# Arguments: Optionally, name of a custom munge to run.
+# Arguments: Optionally, name of a single custom munge to run.
# Returns: 0 if the output compared equal
# 1 if re-run needed (files may have been updated)
@@ -3405,6 +3408,7 @@ foreach $test (@test_list)
$stdout_skip = 0;
$rmfiltertest = 0;
$is_ipv6test = 0;
+ $TEST_STATE->{munge} = "";
# Remove the associative arrays used to hold checked mail files and msglogs