From 89d8044a8fbe300f614d0d6be212e16b3756598c Mon Sep 17 00:00:00 2001 From: resq-sw Date: Fri, 14 Aug 2026 02:52:15 -0400 Subject: [PATCH] fix: resolve failing CI (run 31764476984) --- tests/hooks/pre-push.bats | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/hooks/pre-push.bats b/tests/hooks/pre-push.bats index 2db5630..e7bfe24 100644 --- a/tests/hooks/pre-push.bats +++ b/tests/hooks/pre-push.bats @@ -25,7 +25,9 @@ push_line() { printf '%s %s %s %s\n' "$1" "$2" "$3" "$4"; } @test "rejects bad branch name" { git -C "$REPO" checkout -q -b nope/bad-prefix - run bash -c "cd '$REPO' && bash .git-hooks/pre-push origin git@example