summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-11-26 18:35:48 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2016-12-29 18:35:08 +0000
commita678496c52fe5cb49f76918598352ab9d457b70d (patch)
treee39c96afb7ab1109c0ae20800f224279af6fb37f /test/runtest
parent796718d6133b8f3b868e09f22dbdcbd8bcdad10c (diff)
Testsuite: enhance IDNA examples; move to IDNA-2008 conversions
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index 6b5a3e9d9..3016e5df6 100755
--- a/test/runtest
+++ b/test/runtest
@@ -899,6 +899,10 @@ RESET_AFTER_EXTRA_LINE_READ:
# gnutls version variances
next if /^Error in the pull function./;
+
+ # optional IDN2 variant conversions. Accept either IDN1 or IDN2
+ s/conversion strasse.de/conversion xn--strae-oqa.de/;
+ s/conversion: german.xn--strae-oqa.de/conversion: german.straße.de/;
}
# ======== stderr ========