t3507: use test_path_is_missing()
commita8c663cf65ae1e40c90bfd4a1dd3e8d1826eafbe
authorDenton Liu <liu.denton@gmail.com>
Tue, 7 Jan 2020 04:53:12 +0000 (6 23:53 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jan 2020 20:56:02 +0000 (27 12:56 -0800)
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 <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3507-cherry-pick-conflict.sh