On Mon, Sep 23, 2019 at 02:47:23PM +0200, Johannes Schindelin wrote: > The evaluation of the lazy prereq is indeed not different between Bash > or dash. It is nevertheless quite disruptive in the trace of a test > script, especially when it is evaluated for a test case that is skipped > explicitly via the `--run` option. That sounds like a bug: if we know we are not going to run the test anyway due to --run or GIT_TEST_SKIP, we should probably avoid checking the prereq at all. -Peff