diff options
author | Denton Liu <liu.denton@gmail.com> | 2020-04-20 04:54:45 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-04-20 13:30:55 -0700 |
commit | 546f352638fd4fd7e517e8c6e74e229825e9afab (patch) | |
tree | 8cac81a81595ffb052de04801a1b347a0d2ad9fc /builtin/diff-index.c | |
parent | t9164: use test_must_fail only on git commands (diff) | |
download | tgif-546f352638fd4fd7e517e8c6e74e229825e9afab.tar.xz |
t9819: don't use test_must_fail with p4
We were using `test_must_fail p4` to test that the p4 command failed 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 p4` with `! p4` and assume that the `p4` 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/diff-index.c')
0 files changed, 0 insertions, 0 deletions