Skip to content

Commit cdfe4bc

Browse files
committed
tests: disable interactive edit test on MINGW
Who knows why updating PATH doesn't work, thus leading to Git for Windows' weird vim.exe being run? Avoid the issue entirely.
1 parent 529d589 commit cdfe4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3300-edit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ mkeditor ()
140140
EOF
141141
}
142142

143-
test_expect_success 'Edit commit message interactively (vi)' '
143+
test_expect_success !MINGW 'Edit commit message interactively (vi)' '
144144
mkeditor vi &&
145145
test_when_finished "rm -f vi" &&
146146
unset EDITOR &&

0 commit comments

Comments
 (0)