diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-09-03 19:17:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-03 19:17:51 -0700 |
commit | 0b2cef2805a02a9db4a3ba01004dd767af97c692 (patch) | |
tree | 4ebef79f64d1b04dca77d9e8f8d0cf3430f9eb9a | |
parent | Merge branch 'sg/help-group' into maint (diff) | |
parent | t2019: skip test requiring '*' in a file name non Windows (diff) | |
download | tgif-0b2cef2805a02a9db4a3ba01004dd767af97c692.tar.xz |
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-x | t/t2019-checkout-ambiguous-ref.sh | 2 |
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 && |