summaryrefslogtreecommitdiff
path: root/tests/bogo
diff options
context:
space:
mode:
authorEKR <ekr@rtfm.com>2016-11-16 08:24:16 +0900
committerEKR <ekr@rtfm.com>2016-11-16 08:24:16 +0900
commit63136616c9e51cb7d5b15ca7804ec87c7c0c2e7e (patch)
tree55048e32cbe9e524d423acdda795431c574bd52e /tests/bogo
parent585fae8d519b5cac043a72ce2316b9b4a24f814b (diff)
downloadnss-hg-63136616c9e51cb7d5b15ca7804ec87c7c0c2e7e.tar.gz
Bug 1317668 - Update Bogo to fix intermittent. r=me
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 e17f5882d..7503d230e 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 f2f76d2417b1e1829a6fb10426e422ea7634065d
+ git -C "$BORING" checkout -q ea80f9d5df4c302de391e999395e1c87f9c786b3
fi
SCRIPTNAME="bogo.sh"