commit | 16034fbe59e88ec9592f73523cde97714d7c727c | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Tue Aug 31 11:56:36 2010 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Aug 31 09:53:56 2010 -0700 |
tree | c643ae49055e9986a734874f9f803d89625fac86 | |
parent | d8a94803842989582989fd5f5c3062c49134ad5b [diff] |
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 <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>