Ævar Arnfjörð Bjarmason [off-list ref] writes:
+ if test "$match_w_pathmatchi" = 1
+ then
+ test_expect_success "ipathmatch: match '$text' '$pattern'" "
+ test-wildmatch ipathmatch '$text' '$pattern'
+ "
+ elif test "$match_w_pathmatchi" = 0
+ then
+ test_expect_success "ipathmatch: no match '$text' '$pattern'" "
I somehow thought that you earlier decided not to SP align the test titles?
Not a big deal but aligning this one alone stood out and I ended up
noticing it, so... ;-)