commit 7c4b3c1b4735c79a3c26e1efd4b170865d001eb0 from: Stefan Sperling date: Mon Aug 19 16:50:50 2024 UTC quote the hmac secret in test script commit - 46de6cac87425f5bdb8de5af31a62918f9c0300b commit + 7c4b3c1b4735c79a3c26e1efd4b170865d001eb0 blob - 486096684215bcc49c73b7826b11ec392222db4f blob + bd00461a35f9f937239fdc65248a1d42405f7978 --- regress/gotd/http_notification_hmac.sh +++ regress/gotd/http_notification_hmac.sh @@ -46,7 +46,7 @@ test_file_changed() { local author_time=`git_show_author_time $testroot/repo-clone` timeout 5 ./http-server -a $AUTH -p $GOTD_TEST_HTTP_PORT \ - -s $GOTD_TEST_HMAC_SECRET > $testroot/stdout & + -s "$GOTD_TEST_HMAC_SECRET" > $testroot/stdout & sleep 1 # server starts up