Skip to content

Commit 342e5ab

Browse files
committed
tests: disable another executable hook for MINGW
1 parent ec6d7e3 commit 342e5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t2703-refresh-pre-commit-hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ test_expect_success 'refresh --no-verify with non-executable hook' '
126126
assert_pre_commit_hook_did_not_run
127127
'
128128

129-
test_expect_success 'refresh with non-executable hook' '
129+
test_expect_success !MINGW 'refresh with non-executable hook' '
130130
echo "pre-commit-hook-non-executable" >>file &&
131131
stg refresh &&
132132
assert_pre_commit_hook_did_not_run

0 commit comments

Comments
 (0)