Call 'say' outside test_expect_success
authorJohannes Sixt <j6t@kdbg.org>
Tue, 17 Mar 2009 21:45:22 +0000 (22:45 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Thu, 19 Mar 2009 20:47:14 +0000 (21:47 +0100)
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 <j6t@kdbg.org>
No differences found