t7006 (pager): add missing TTY prerequisites
commit41bf3bc232cf5f99fdc6d3d729536a4c4821d3bd
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 16 Aug 2010 08:08:34 +0000 (16 03:08 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Aug 2010 16:41:26 +0000 (16 09:41 -0700)
tree5f9da0d07fb04aa48b45a4e674c42a8fed03db93
parent3668d4238314dc5db98de3034058f68ff57a6b1e
t7006 (pager): add missing TTY prerequisites

The "git bundle unbundle" and "git config" pagination tests are not
supposed to run when stdout is not a terminal and IO::Pty not available
to make one on the fly.

Reported-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7006-pager.sh