diff --git a/etc/test-fixtures-windows-expected-failures-see-issue-1358.txt b/etc/test-fixtures-windows-expected-failures-see-issue-1358.txt index 945b94e97b2..661282f3a94 100644 --- a/etc/test-fixtures-windows-expected-failures-see-issue-1358.txt +++ b/etc/test-fixtures-windows-expected-failures-see-issue-1358.txt @@ -2,8 +2,6 @@ gix-glob::glob pattern::matching::compare_baseline_with_ours gix-pathspec::pathspec parse::baseline gix-pathspec::pathspec parse::valid::glob_negations_are_always_literal gix-pathspec::pathspec parse::valid::whitespace_in_pathspec -gix-pathspec::pathspec search::files -gix-pathspec::pathspec search::prefixes_are_always_case_sensitive gix-submodule::submodule file::baseline::common_values_and_names_by_path gix-submodule::submodule file::is_active_platform::pathspecs_matter_even_if_they_do_not_match gix-submodule::submodule file::is_active_platform::submodules_with_active_config_are_considered_active_or_inactive diff --git a/gix-pathspec/tests/fixtures/generated-archives/match_baseline_files.tar b/gix-pathspec/tests/fixtures/generated-archives/match_baseline_files.tar index 11e44ce55e5..b9aafc518d7 100644 Binary files a/gix-pathspec/tests/fixtures/generated-archives/match_baseline_files.tar and b/gix-pathspec/tests/fixtures/generated-archives/match_baseline_files.tar differ diff --git a/gix-pathspec/tests/fixtures/match_baseline_files.sh b/gix-pathspec/tests/fixtures/match_baseline_files.sh index 04a59a7e082..8389d04fe5d 100755 --- a/gix-pathspec/tests/fixtures/match_baseline_files.sh +++ b/gix-pathspec/tests/fixtures/match_baseline_files.sh @@ -32,8 +32,8 @@ git update-index --add --cacheinfo 100644 "$(git rev-parse HEAD:goo)" "!a" for p in bar bAr BAR foo/bar foo/bAr foo/BAR fOo/bar fOo/bAr fOo/BAR FOO/bar FOO/bAr FOO/BAR; do git -c core.ignoreCase=false update-index --add --cacheinfo 100644 "$(git rev-parse HEAD:goo)" "$p" done -git -c core.ignoreCase=false update-index --add --cacheinfo 100644 "$(git rev-parse HEAD:goo)" " " # 4 x space -git -c core.ignoreCase=false update-index --add --cacheinfo 100644 "$(git rev-parse HEAD:goo)" " hi " # 2 x space hi 2 x space +git -c core.protectNTFS=false update-index --add --cacheinfo 100644 "$(git rev-parse HEAD:goo)" " " # 4 x space +git -c core.protectNTFS=false update-index --add --cacheinfo 100644 "$(git rev-parse HEAD:goo)" " hi " # 2 x space hi 2 x space git ls-files > paths