]> git.ipfire.org Git - thirdparty/git.git/commit
t0003: don't use `test_must_fail attr_check`
authorDenton Liu <liu.denton@gmail.com>
Fri, 20 Dec 2019 18:15:52 +0000 (10:15 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Dec 2019 19:30:44 +0000 (11:30 -0800)
commitf46c243e669f5f1e6ef2f25000d5a5f593d2e1f3
tree411a73d1a2f420ff446669fac4e991d5960938a0
parent99c049bc4c029471af5efcbd1a4ca1fd4a45b923
t0003: don't use `test_must_fail attr_check`

In an effort to remove test_must_fail for all invocations not related to
git or test-tool, replace invocations of `test_must_fail attr_check`
with a plain attr_check call with the $expect argument set to the
actual value output by git.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0003-attributes.sh