summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2016-11-04 15:02:47 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2016-11-04 15:02:47 +0100
commitef394e8db2af178e91ed15cc63905016d00952f4 (patch)
treea0a8ddb60a9902d3bc9d7eeafd2c8dd9cdeb5edb /test/runtest
parent2333e06f406b5d66068cef3e20ab223fc6650307 (diff)
Testsuite: fixe lower/upper case fix in OpenSSL munging
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest
index dc2cb5e7b..fb1cfc762 100755
--- a/test/runtest
+++ b/test/runtest
@@ -888,7 +888,7 @@ RESET_AFTER_EXTRA_LINE_READ:
next if /^SSL info: SSLv2\/v3 write client hello A/;
next if /^SSL info: SSLv3 read server key exchange A/;
next if /SSL verify error: depth=0 error=certificate not trusted/;
- s/SSL3_READ_BYTES/ssl3_read_bytes/;
+ s/SSL3_READ_BYTES/ssl3_read_bytes/i;
# gnutls version variances
next if /^Error in the pull function./;