summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-09-04 02:17:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-09-04 02:17:51 (GMT)
commit0b2cef2805a02a9db4a3ba01004dd767af97c692 (patch)
tree4ebef79f64d1b04dca77d9e8f8d0cf3430f9eb9a /t
parent969560bddc07fe5c11470be6d2dfcc62215c8692 (diff)
parentb3325dfc64017c7b8f982171a084d5d22aad8e14 (diff)
downloadgit-0b2cef2805a02a9db4a3ba01004dd767af97c692.zip
git-0b2cef2805a02a9db4a3ba01004dd767af97c692.tar.gz
git-0b2cef2805a02a9db4a3ba01004dd767af97c692.tar.bz2
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
Diffstat (limited to 't')
-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 8396320..199b22d 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 &&