summaryrefslogtreecommitdiff
path: root/tests/bogo
diff options
context:
space:
mode:
authorFranziskus Kiefer <franziskuskiefer@gmail.com>2016-10-18 10:39:51 +0200
committerFranziskus Kiefer <franziskuskiefer@gmail.com>2016-10-18 10:39:51 +0200
commitf3f1f612db7a07522905e00ea5f17dfd277c34e0 (patch)
tree7e462f06d92becfac19b02ff8bcc0f9b831c1f06 /tests/bogo
parent5355524e871e7b9c39c8fa685b1e30131051d78b (diff)
downloadnss-hg-f3f1f612db7a07522905e00ea5f17dfd277c34e0.tar.gz
Bug 1298110 - bump bogo to draft 16 and enable tests, r=ttaubert
Diffstat (limited to 'tests/bogo')
-rwxr-xr-xtests/bogo/bogo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bogo/bogo.sh b/tests/bogo/bogo.sh
index 291bb1f84..7dde0eb8b 100755
--- a/tests/bogo/bogo.sh
+++ b/tests/bogo/bogo.sh
@@ -25,7 +25,7 @@ bogo_init()
BORING=${BORING:=boringssl}
if [ ! -d "$BORING" ]; then
git clone -q https://boringssl.googlesource.com/boringssl "$BORING"
- git -C "$BORING" checkout -q e34bcc91c07c0bf65ecc53a814d51f5246007150
+ git -C "$BORING" checkout -q 6847f5cb9db84ad9ac4a3cf82b634e800d24e64e
fi
SCRIPTNAME="bogo.sh"