On Wed, Jul 13, 2022 at 8:15 AM Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> wrote: > > On Wed, Jul 13 2022, Matheus Tavares wrote: > > > > + a_blob="$(git rev-parse :parallel-ineligible.a)" && > > + dir="$(echo "$a_blob" | cut -c 1-2)" && > > + file="$(echo "$a_blob" | cut -c 3-)" && > > Can't this use test_oid_to_path? [...] > > + test "$(ls *.b | wc -l)" -eq 3 && > > + test "$(ls *.a | wc -l)" -eq 0 > > And this test_stdout_line_count? Sure! Thanks for pointing that out. Will change.