SZEDER Gábor <szeder.dev@xxxxxxxxx> writes: > turn these > > test "$(cat file1)" = "that"' > > checks into > > echo that >expect && > test_cmp expect file1 > > because 'test_cmp' on Windows first compares the two files in shell > and runs 'diff' only when there is a difference to report. Needs measuring. Is two extra file I/Os that inexpensive?