From: Johannes Sixt Date: Tue, 17 Mar 2009 21:45:22 +0000 (+0100) Subject: Call 'say' outside test_expect_success X-Git-Tag: v1.6.3-rc0~130^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5b46a4285f3588eaa7e53d513025b28f9f5bfec7?hp=5b46a4285f3588eaa7e53d513025b28f9f5bfec7 Call 'say' outside test_expect_success There were some uses of 'say' inside test_expect_success. But if the tests were not run in verbose mode, this message went to /dev/null. Pull them out of test_expect_success. Signed-off-by: Johannes Sixt ---