Skip to content

Commit

Permalink
Bug 1441793 - Fix interop tests to default to IPv6 r=franziskus
Browse files Browse the repository at this point in the history
Reviewers: franziskus

Reviewed By: franziskus

Bug #: 1441793

Differential Revision: https://phabricator.services.mozilla.com/D656
  • Loading branch information
Tim Taubert committed Feb 28, 2018
1 parent 8ccfe71 commit 46bcdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/interop/interop.sh
Expand Up @@ -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)

Expand Down

0 comments on commit 46bcdec

Please sign in to comment.