summaryrefslogtreecommitdiff
path: root/tests/interop
diff options
context:
space:
mode:
authorJ.C. Jones <jjones@mozilla.com>2018-09-05 16:54:10 -0700
committerJ.C. Jones <jjones@mozilla.com>2018-09-05 16:54:10 -0700
commit955ffa9d068e5d174b484100d93a250ccfc842c6 (patch)
treefa1486460e1bed34c4cd255258bbbcfa0ddef67f /tests/interop
parented73d51f90d5d5b9f09746d2dd2aa5725da5f0a7 (diff)
downloadnss-hg-955ffa9d068e5d174b484100d93a250ccfc842c6.tar.gz
Bug 1488967 - Move tls-interop back to mozilla/tls-interop from fork r=mt
The tests/interop/interop.sh script is using a forked repository of tls-interop, which is merging back into the mainline. Going forward, we should use the mainline repo.
Diffstat (limited to 'tests/interop')
-rwxr-xr-xtests/interop/interop.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/interop/interop.sh b/tests/interop/interop.sh
index c4694c3e4..effe93bab 100755
--- a/tests/interop/interop.sh
+++ b/tests/interop/interop.sh
@@ -24,8 +24,8 @@ interop_init()
cd "${HOSTDIR}/interop"
INTEROP=${INTEROP:=tls_interop}
if [ ! -d "$INTEROP" ]; then
- git clone -q https://github.com/jallmann/tls-interop "$INTEROP"
- git -C "$INTEROP" checkout -q a4878c30db639053fc4f08573d3ae6cbd3cf1d6f
+ git clone -q https://github.com/mozilla/tls-interop "$INTEROP"
+ git -C "$INTEROP" checkout -q 8348561ae922bb21ecc1415dba15ca68bb5d18a2
fi
INTEROP=$(cd "$INTEROP";pwd -P)