summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-09-03 19:17:51 -0700
committerJunio C Hamano <gitster@pobox.com>2015-09-03 19:17:51 -0700
commit0b2cef2805a02a9db4a3ba01004dd767af97c692 (patch)
tree4ebef79f64d1b04dca77d9e8f8d0cf3430f9eb9a
parent969560bddc07fe5c11470be6d2dfcc62215c8692 (diff)
parentb3325dfc64017c7b8f982171a084d5d22aad8e14 (diff)
downloadgit-0b2cef2805a02a9db4a3ba01004dd767af97c692.tar.gz
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
-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 &&