summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2018-02-28 20:22:33 +0100
committerTim Taubert <ttaubert@mozilla.com>2018-02-28 20:22:33 +0100
commita63322e39baae7b4c7f1f343891315973006493e (patch)
treeef994fae9957a0a4f0c5ec074cf01b5bc2f28edf
parent7f6135b4bc76058f757c85450dd2ad0a45c4d801 (diff)
downloadnss-hg-a63322e39baae7b4c7f1f343891315973006493e.tar.gz
Bug 1441793 - Fix interop tests to default to IPv6 r=franziskus
Reviewers: franziskus Reviewed By: franziskus Bug #: 1441793 Differential Revision: https://phabricator.services.mozilla.com/D656
-rwxr-xr-xtests/interop/interop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/interop/interop.sh b/tests/interop/interop.sh
index 97c82e0ca..50c8bb3c1 100755
--- a/tests/interop/interop.sh
+++ b/tests/interop/interop.sh
@@ -25,7 +25,7 @@ interop_init()
INTEROP=${INTEROP:=tls_interop}
if [ ! -d "$INTEROP" ]; then
git clone -q https://github.com/ttaubert/tls-interop "$INTEROP"
- git -C "$INTEROP" checkout -q 07930b791827c1bdb6f4c19ca0aa63850fd59e22
+ git -C "$INTEROP" checkout -q d07b28ac32b390dea1c9bcca5c56716247d23e5e
fi
INTEROP=$(cd "$INTEROP";pwd -P)