mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
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:
commit
5d5be8167d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue