Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: >> +test_expect_success '`scalar [...] <dir>` errors out when dir is missing' ' >> + ! scalar run config cloned 2>err && > > Needs to use test_must_fail, not ! Good eyes and careful reading are very much appreciated, but in this case, doesn't such an improvement depend on an update to teach test_must_fail_acceptable about scalar being whitelisted?