Merge pull request #7930 from mpsuzuki/fix-ocsp-test

[scripts/ocsp.test] Remove ${SCRIPT_DIR} from the pathname to ca-google-root.pem.
This commit is contained in:
András Fekete
2024-09-04 12:59:25 -04:00
committed by GitHub

View File

@@ -50,7 +50,7 @@ else
fi
server=www.google.com
ca=${SCRIPT_DIR}/../certs/external/ca-google-root.pem
ca=certs/external/ca-google-root.pem
if [ "$AM_BWRAPPED" != "yes" ]; then
# is our desired server there?