diff options
| author | Denton Liu <liu.denton@gmail.com> | 2020-07-07 18:08:07 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-07-07 15:46:35 -0700 |
| commit | 41feac6f74719922bcc0bd44683518a6d6a8a943 (patch) | |
| tree | 36de2f0d657fdb8ccaac695a7c3c83fb2784586b /builtin/commit.c | |
| parent | t9834: remove use of `test_might_fail p4` (diff) | |
| download | git-41feac6f74719922bcc0bd44683518a6d6a8a943.tar.gz git-41feac6f74719922bcc0bd44683518a6d6a8a943.zip | |
t9400: don't use test_must_fail with cvs
We are using `test_must_fail cvs` to test that the cvs command fails as
expected. However, test_must_fail() is used to ensure that commands fail
in an expected way, not due to something like a segv. Since we are not
in the business of verifying the sanity of the external world, replace
`test_must_fail cvs` with `! cvs` and assume that the cvs command does
not die unexpectedly.
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions
