I think there is an error in the test harness. On 31 July 2018 at 10:46, SZEDER Gábor <szeder....@gmail.com> wrote: >> + test_must_fail git-p4 submit --dry-run >errs 2>&1 &&> >> + ! grep "Would apply" err
It writes to the file "errs" but then looks for the message in "err". Luke