diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-20 17:45:21 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-20 17:45:21 +0100 |
commit | 2566035fb6e86813da28743a0f6d784e84451bd2 (patch) | |
tree | 8a45a63081686e065675da89ce15ddc55109f6c7 /test/runtest | |
parent | c3161b1d1507995f38347adcd533b4a74c10b00f (diff) |
Testsuite: accept changed output from perl version difference
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index d8c64eabc..8f5d393bb 100755 --- a/test/runtest +++ b/test/runtest @@ -1559,7 +1559,8 @@ $munges = 'peer_terminated_conn' => # actual error differs FreedBSD vs. Linux { 'stderr' => 's/^( SMTP\()Connection reset by peer(\)<<)$/$1closed$2/' }, - 'perl_variants' + 'perl_variants' => # result of hash-in-scalar-context changed from bucket-fill to keycount + { 'stdout' => 's%^> X/X$%> X%' }, }; |