From: Jeff King Date: Sat, 16 Oct 2010 18:36:57 +0000 (+0800) Subject: tests: test terminal output to both stdout and stderr X-Git-Tag: v1.7.4.2~20^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e23f436c35c3e7fd12feeed783064e08aaf27869?hp=e23f436c35c3e7fd12feeed783064e08aaf27869 tests: test terminal output to both stdout and stderr Some outputs (like the pager) care whether stdout is a terminal. Others (like progress meters) care about stderr. This patch sets up both. Technically speaking, we could go further and set up just one (because either the other goes to a terminal, or because our tests are only interested in one). This patch does both to keep the interface to lib-terminal simple. Signed-off-by: Jeff King Reviewed-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---