Hi Ævar, On Fri, 3 Jun 2022, Ævar Arnfjörð Bjarmason wrote: > Range-diff against v1: > 1: 0fdfec624eb ! 1: f2beb02dd29 ls-tree: test for the regression in 9c4d58ff2c3 > @@ t/t3105-ls-tree-output.sh (new) > +' > + > +test_ls_tree_format_mode_output () { > -+ local opts=$1 && > ++ local opts="$1" && This is a minimal fix for the CI failure I reported, but the hefty addition of a dozen or so test cases (with the corresponding time penalty for everybody who wishes to run the test suite) is still there, which seems quite excessive. Ciao, Johannes