Hi Andrei On Tue, 4 Apr 2023 at 00:33, Andrei Rybak <rybak.a.v@xxxxxxxxx> wrote: > > test_expect_success 'test --parseopt invalid opt-spec' ' > test_write_lines x -- "=, x" >spec && > echo "fatal: missing opt-spec before option flags" >expect && > - test_must_fail git rev-parse --parseopt -- >out <spec 2>err && > + test_must_fail git rev-parse --parseopt -- <spec 2>err && > test_cmp expect err > ' This is the one that was touched by me. At the time I just cargo-culted other tests. This looks obviously correct to me For what it's worth: Acked-by: Øystein Walle <oystwa@xxxxxxxxx> Øsse