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

Test updates for Windows.

* nd/dwim-wildcards-as-pathspecs:
  t2019: skip test requiring '*' in a file name non Windows
This commit is contained in:
Junio C Hamano 2015-08-25 14:57:07 -07:00
Родитель 1302c9f514 b3325dfc64
Коммит 5d5be8167d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 &&