summaryrefslogtreecommitdiff
path: root/tests/bogo
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2017-03-27 11:12:40 +0200
committerTim Taubert <ttaubert@mozilla.com>2017-03-27 11:12:40 +0200
commitc6112e68ae2248b8ababda7d80fc801743114f3d (patch)
tree7eae840a4bc1f1f50d2eb9453e576c1c76f49254 /tests/bogo
parentde887af8f13ed726ab7403f5802060070ef01480 (diff)
downloadnss-hg-c6112e68ae2248b8ababda7d80fc801743114f3d.tar.gz
Bug 1350329 - Update BoGo tests revision r=franziskus
Differential Revision: https://nss-review.dev.mozaws.net/D273
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 8d6291d8e..26dfb0abb 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 5ae416528a0e554aa4df91bdb1e03f75bfc03cd0
+ git -C "$BORING" checkout -q bbfe603519bc54fbc4c8dd87efe1ed385df550b4
fi
SCRIPTNAME="bogo.sh"