commit | a54ce3ca9e780f824f07519a6db83fe2d7575734 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Tue Aug 31 11:56:53 2010 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Aug 31 09:54:37 2010 -0700 |
tree | e3a174d66ae4194a11e3eca1dddfe24f56b0e4dc | |
parent | 16034fbe59e88ec9592f73523cde97714d7c727c [diff] |
tests: make test_must_fail fail on missing commands The point of it is to run a command that produces failure. A missing command is more likely an error in the test script (e.g., using 'test_must_fail "command with arguments"', or relying on a missing command). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>