]> git.ipfire.org Git - thirdparty/git.git/commit
t3407: use test_path_is_missing
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Mon, 13 Sep 2021 15:19:16 +0000 (15:19 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Sep 2021 19:47:06 +0000 (12:47 -0700)
commit0b7ae738a6a166d3b60af68c9b0984971baa7718
tree21e225550815c18aa12302dd5446d637b06a2100
parent54627db03a60baec8fee7390b25b6ac806a9ecff
t3407: use test_path_is_missing

At the end of the test we expect the state directory to be missing,
but the tests only check it is not a directory.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3407-rebase-abort.sh