Skip to content

Commit 0b2cef2

Browse files
committed
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
2 parents 969560b + b3325df commit 0b2cef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t2019-checkout-ambiguous-ref.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ test_expect_success 'wildcard ambiguation, paths win' '
6969
)
7070
'
7171

72-
test_expect_success 'wildcard ambiguation, refs lose' '
72+
test_expect_success !MINGW 'wildcard ambiguation, refs lose' '
7373
git init ambi2 &&
7474
(
7575
cd ambi2 &&

0 commit comments

Comments
 (0)