diff options
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 616ded37c..df6132b98 100755 --- a/test/runtest +++ b/test/runtest @@ -1378,6 +1378,9 @@ $munges = 'tls_anycipher' => { 'mainlog' => 's/ X=TLS\S+ / X=TLS_proto_and_cipher /' }, + 'debug_pid' => + { 'stderr' => 's/\d{1,5}/ppppp/g' }, + }; |