Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes: >> + test_expect_success 'mark_unblamable_lines with $opt' ' > > This test title is going to display literal "$opt" rather than the > intended option. Fix this by replacing the single quotes with double > quotes: > > test_expect_success "mark_unblamable_lines with $opt" ' Well spotted. Sorry for making all developers suffer the consequence of a mistake I made 20 years ago. In retrospect, I really should have anticipated that it would become a common pattern to have test_expect_success inside a loop, and made this part also be interpolated, to make it look similar to the next parameter.