From 0652a46d8a02b913104363f8d9f91d7f8f040f7c Mon Sep 17 00:00:00 2001 From: "Clarence \"Sparr\" Risher" Date: Wed, 14 Sep 2022 22:26:08 +0000 Subject: [PATCH] Explicitly set initial branch for tests --- test/test_helper.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.bash b/test/test_helper.bash index 9133e51..e0e93a2 100644 --- a/test/test_helper.bash +++ b/test/test_helper.bash @@ -30,7 +30,7 @@ setup_repo() { delete_repo mkdir -p $TEST_REPO cd $TEST_REPO - git init + git init --initial-branch=master git config --local --add secrets.patterns '@todo' git config --local --add secrets.patterns 'forbidden|me' git config --local --add secrets.patterns '#hash'