t9834: remove use of `test_might_fail p4`
authorDenton Liu <redacted>
Tue, 7 Jul 2020 06:04:37 +0000 (02:04 -0400)
committerJunio C Hamano <redacted>
Tue, 7 Jul 2020 20:07:27 +0000 (13:07 -0700)
commit6e7b0ea864c61288bd5276f3e3cd9250e7a3802d
treed9670f2eeffc2c96e3f3e9c989d4569bc2df58e7
parentc96050ff3442067e5848501f25f44a51606f0634
t9834: remove use of `test_might_fail p4`

The test_must_fail() family of functions (including test_might_fail())
should only be used on git commands. Replace test_might_fail() with
a compound command wrapping the old p4 invocation that always returns 0.

Signed-off-by: Denton Liu <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t9834-git-p4-file-dir-bug.sh
git clone https://git.99rst.org/PROJECT