summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-08-25 14:57:07 -0700
committerJunio C Hamano <gitster@pobox.com>2015-08-25 14:57:07 -0700
commit5d5be8167db3bcaf9836cac7fdd785c564484e06 (patch)
treec047cd686a6dff78ac30763cd122cd4e88132a2e
parent1302c9f514686e32065130ec9a80eb0db224e819 (diff)
parentb3325dfc64017c7b8f982171a084d5d22aad8e14 (diff)
downloadgit-5d5be8167db3bcaf9836cac7fdd785c564484e06.tar.gz
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
-rwxr-xr-xt/t2019-checkout-ambiguous-ref.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t2019-checkout-ambiguous-ref.sh b/t/t2019-checkout-ambiguous-ref.sh
index 8396320d52..199b22d85e 100755
--- a/t/t2019-checkout-ambiguous-ref.sh
+++ b/t/t2019-checkout-ambiguous-ref.sh
@@ -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 &&