aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-03-15 14:46:30 -0700
committerJunio C Hamano <gitster@pobox.com>2026-03-15 14:46:30 -0700
commit6e84af9ff4f271b636f3be2ee8daba0fb79c2f84 (patch)
treea046b36e90e1ca37dba24bc77f9cd650b12d2c94 /t
parent795c338de725e13bd361214c6b768019fc45a2c1 (diff)
parentf21967e5415673824d501b318a252c6e8a91d6fb (diff)
downloadgit-6e84af9ff4f271b636f3be2ee8daba0fb79c2f84.tar.xz
Merge branch 'dd/list-objects-filter-options-wo-strbuf-split' into dd/cocci-do-not-pass-strbuf-by-value
* dd/list-objects-filter-options-wo-strbuf-split: list-objects-filter-options: avoid strbuf_split_str() worktree: do not pass strbuf by value
Diffstat (limited to 't')
-rwxr-xr-xt/t6112-rev-list-filters-objects.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/t6112-rev-list-filters-objects.sh b/t/t6112-rev-list-filters-objects.sh
index 0387f35a32..39211ef989 100755
--- a/t/t6112-rev-list-filters-objects.sh
+++ b/t/t6112-rev-list-filters-objects.sh
@@ -483,10 +483,6 @@ test_expect_success 'combine:... with non-encoded reserved chars' '
"must escape char in sub-filter-spec: .\~."
'
-test_expect_success 'validate err msg for "combine:<valid-filter>+"' '
- expect_invalid_filter_spec combine:tree:2+ "expected .tree:<depth>."
-'
-
test_expect_success 'combine:... with edge-case hex digits: Ff Aa 0 9' '
git -C r3 rev-list --objects --filter="combine:tree:2+bl%6Fb:n%6fne" \
HEAD >actual &&