t4013: support test_expect_failure through ':failure' magic
commit14c14b44e47bc8c420e5161abc8fe283121f3e31
authorSergey Organov <sorganov@gmail.com>
Mon, 21 Dec 2020 15:19:43 +0000 (21 18:19 +0300)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Dec 2020 21:47:31 +0000 (21 13:47 -0800)
treea95119214da3823d322121486faebdd3fdd1b63a
parente121b4b822765336cd4710ec9f8aed77d25de3fe
t4013: support test_expect_failure through ':failure' magic

Add support to be able to specify expected failure, through :failure
magic, like this:

:failure cmd args

Signed-off-by: Sergey Organov <sorganov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4013-diff-various.sh