commit | 41bf3bc232cf5f99fdc6d3d729536a4c4821d3bd | [log] [tgz] |
---|---|---|
author | Jonathan Nieder <jrnieder@gmail.com> | Mon Aug 16 03:08:34 2010 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Aug 16 09:41:26 2010 -0700 |
tree | 5f9da0d07fb04aa48b45a4e674c42a8fed03db93 | |
parent | 3668d4238314dc5db98de3034058f68ff57a6b1e [diff] |
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>