Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information