We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4459ca commit cc34077Copy full SHA for cc34077
git/test/test_index.py
@@ -57,7 +57,7 @@
57
HOOKS_SHEBANG = "#!/usr/bin/env sh\n"
58
59
60
-@skipIf(is_win, "TODO: fix hooks execution on Windows: #703")
+@skipIf(HIDE_WINDOWS_KNOWN_ERRORS, "TODO: fix hooks execution on Windows: #703")
61
def _make_hook(git_dir, name, content, make_exec=True):
62
"""A helper to create a hook"""
63
hp = hook_path(name, git_dir)
0 commit comments