Browse Source

Merge branch 'nd/dwim-wildcards-as-pathspecs' into maint

Test updates for Windows.

* nd/dwim-wildcards-as-pathspecs:
  t2019: skip test requiring '*' in a file name non Windows
maint
Junio C Hamano 10 years ago
parent
commit
0b2cef2805
  1. 2
      t/t2019-checkout-ambiguous-ref.sh

2
t/t2019-checkout-ambiguous-ref.sh

@ -69,7 +69,7 @@ test_expect_success 'wildcard ambiguation, paths win' ' @@ -69,7 +69,7 @@ test_expect_success 'wildcard ambiguation, paths win' '
)
'

test_expect_success 'wildcard ambiguation, refs lose' '
test_expect_success !MINGW 'wildcard ambiguation, refs lose' '
git init ambi2 &&
(
cd ambi2 &&

Loading…
Cancel
Save