t3507: use test_path_is_missing()
authorDenton Liu <redacted>
Tue, 7 Jan 2020 04:53:12 +0000 (23:53 -0500)
committerJunio C Hamano <redacted>
Mon, 27 Jan 2020 20:56:02 +0000 (12:56 -0800)
commita8c663cf65ae1e40c90bfd4a1dd3e8d1826eafbe
treeec86de7e67819f065ff945a03638d38305095045
parent2def7f017ccedd04d86f7f343020f1f1bf3dfac8
t3507: use test_path_is_missing()

The test_must_fail() function should only be used for git commands since
we should assume that external commands work sanely. Replace
`test_must_fail test_path_exists` with `test_path_is_missing` since we
expect these paths to not exist.

Signed-off-by: Denton Liu <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t3507-cherry-pick-conflict.sh
git clone https://git.99rst.org/PROJECT