From: Lea Wiemann Date: Thu, 19 Jun 2008 18:18:03 +0000 (+0200) Subject: t/test-lib.sh: add test_external and test_external_without_stderr X-Git-Tag: v1.6.0-rc0~212^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fb32c410087e68d650b31f68e66b3d9cbcce4a56?ds=inline;hp=fb32c410087e68d650b31f68e66b3d9cbcce4a56 t/test-lib.sh: add test_external and test_external_without_stderr This is for running external test scripts in other programming languages that provide continuous output about their tests. Using test_expect_success (like "test_expect_success 'description' 'perl test-script.pl'") doesn't suffice here because test_expect_success eats stdout in non-verbose mode, which is not fixable without major file descriptor trickery. Signed-off-by: Lea Wiemann Signed-off-by: Junio C Hamano ---