Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > diff --git a/t/t7006-pager.sh b/t/t7006-pager.sh > new file mode 100644 > index 0000000..2e9cb9d > --- /dev/null > +++ b/t/t7006-pager.sh > @@ -0,0 +1,163 @@ > ... > +rm -f paginated.out > +git config color.ui auto > +test_expect_success TTY 'color when writing to a pager' ' > + TERM=vt100 test_terminal git log && > + colorful paginated.out > +' I didn't see test_terminal defined up to this point. Am I missing something? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html