From: Jeff King Date: Tue, 31 Aug 2010 15:56:36 +0000 (-0400) Subject: tests: make test_must_fail more verbose X-Git-Tag: v1.7.3-rc1~12^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/16034fbe59e88ec9592f73523cde97714d7c727c?hp=16034fbe59e88ec9592f73523cde97714d7c727c tests: make test_must_fail more verbose Because test_must_fail fails when a command succeeds, the command frequently does not produce any output (since, after all, it thought it was succeeding). So let's have test_must_fail itself report that a problem occurred. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---