Alex Henrie <alexhenrie24@xxxxxxxxx> writes: > +test_expect_success TTY 'log output on a TTY' ' > + git log --oneline --decorate >expect.short && > + > + test_terminal git log --oneline >actual && > + test_cmp expect.short actual > +' > + Nice. I didn't know test_terminal was so easy to use ;-) Looks good. Will queue. Thanks.