commit 477e0bbd518b16f53d572bd7e09c0392655c73e8 from: Omar Polo date: Sat Sep 07 14:16:46 2024 UTC style commit - 730c805cb1db6162f9a896258aada12de07ccd59 commit + 477e0bbd518b16f53d572bd7e09c0392655c73e8 blob - 830291ce208e841ed77ee52c934f7b21ca076d27 blob + 5bcb3d151e4aa620cbbc366ecb2783c7b851d6fa --- regress/gotd/Makefile +++ regress/gotd/Makefile @@ -226,6 +226,7 @@ start_gotd_http_notification_hmac: ensure_root @echo "}" >> $(PWD)/gotd.conf @$(GOTD_TRAP); $(GOTD_START_CMD) @$(GOTD_TRAP); sleep .5 + prepare_test_repo: ensure_root @chown ${GOTD_USER} "${GOTD_TEST_REPO}" @su -m ${GOTD_USER} -c 'env $(GOTD_TEST_ENV) sh ./prepare_test_repo.sh'