commit cacbd4c795249f08a2d10482cbba7a555c02f6e4 from: Stefan Sperling via: Thomas Adam date: Wed Sep 04 19:32:33 2024 UTC quote the hmac secret in test script commit - f2c85e63e61a6415acf42cab83131414a2023d0e commit + cacbd4c795249f08a2d10482cbba7a555c02f6e4 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