We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393d633 commit 107dbe5Copy full SHA for 107dbe5
t/t3102-ls-tree-wildcards.sh
@@ -4,14 +4,14 @@ test_description='ls-tree with(out) wildcards'
4
5
. ./test-lib.sh
6
7
-test_expect_success 'setup' '
+test_expect_success NOT_MINGW 'setup' '
8
mkdir a aa "a*" &&
9
touch a/one aa/two "a*/three" &&
10
git add a/one aa/two "a*/three" &&
11
git commit -m test
12
'
13
14
-test_expect_success 'ls-tree a* matches literally' '
+test_expect_success NOT_MINGW 'ls-tree a* matches literally' '
15
cat >expected <<EOF &&
16
100644 blob e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 a*/three
17
EOF
0 commit comments