Commit Diff


commit - 7b720cf9c9925da29f85e309de7a4df7e2604c4e
commit + 7c51647ef180ad6b67d2ac51c60babb3026f65f2
blob - 184054f12c04e1cd6db0a1f82dff27b5bcbb2de3
blob + 830291ce208e841ed77ee52c934f7b21ca076d27
--- regress/gotd/Makefile
+++ regress/gotd/Makefile
@@ -21,7 +21,7 @@ GOTD_TEST_REPO_NAME=test-repo
 GOTD_TEST_REPO_URL=ssh://${GOTD_DEVUSER}@127.0.0.1/$(GOTD_TEST_REPO_NAME)
 GOTD_TEST_SMTP_PORT=2525
 GOTD_TEST_HTTP_PORT=8000
-GOTD_TEST_HMAC_SECRET=test1234
+GOTD_TEST_HMAC_SECRET!=openssl rand -base64 32
 
 GOTD_TEST_USER?=${DOAS_USER}
 .if empty(GOTD_TEST_USER)