File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -244,24 +244,24 @@ test_expect_success 'squash --no-verify with failing hook (editor)' '
244
244
'
245
245
246
246
chmod -x " $HOOK "
247
- test_expect_success ' refresh with non-executable hook' '
247
+ test_expect_success ! MINGW ' refresh with non-executable hook' '
248
248
echo "content" >>file &&
249
249
stg refresh -m "content"
250
250
'
251
251
252
- test_expect_success ' refresh with non-executable hook (editor)' '
252
+ test_expect_success ! MINGW ' refresh with non-executable hook (editor)' '
253
253
echo "content again" >>file &&
254
254
echo "content again" >FAKE_MSG &&
255
255
GIT_EDITOR="\"\$FAKE_EDITOR2\"" stg refresh -e &&
256
256
commit_msg_is "content again"
257
257
'
258
258
259
- test_expect_success ' refresh --no-verify with non-executable hook' '
259
+ test_expect_success ! MINGW ' refresh --no-verify with non-executable hook' '
260
260
echo "more content" >>file &&
261
261
stg refresh --no-verify -m "more content"
262
262
'
263
263
264
- test_expect_success ' refresh --no-verify with non-executable hook (editor)' '
264
+ test_expect_success ! MINGW ' refresh --no-verify with non-executable hook (editor)' '
265
265
echo "even more content" >>file &&
266
266
echo "even more content" >FAKE_MSG &&
267
267
GIT_EDITOR="\"\$FAKE_EDITOR2\"" stg refresh -e --no-verify &&
You can’t perform that action at this time.
0 commit comments