diff options
| author | Denton Liu <liu.denton@gmail.com> | 2020-03-25 01:54:48 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-03-24 23:23:44 -0700 |
| commit | 5a85a25e3528cf94a89861800eb4b939408792e3 (patch) | |
| tree | e8fb362362cf6b5ce18ca1bc38d492253093f3c0 /builtin/commit-graph.c | |
| parent | Git 2.26 (diff) | |
| download | git-5a85a25e3528cf94a89861800eb4b939408792e3.tar.gz git-5a85a25e3528cf94a89861800eb4b939408792e3.zip | |
t5512: don't use `test_must_fail test_cmp`
The test_must_fail function should only be used for git commands since
we should assume that external commands work sanely. Since test_cmp() just
wraps an external command, replace `test_must_fail test_cmp` with
`! test_cmp`.
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-graph.c')
0 files changed, 0 insertions, 0 deletions
