]> git.ipfire.org Git - thirdparty/git.git/commit
subtree: t7900: use 'test' for string equality
authorLuke Shumaker <lukeshu@datawire.io>
Tue, 27 Apr 2021 21:17:24 +0000 (15:17 -0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Apr 2021 07:47:16 +0000 (16:47 +0900)
commitc4566ab429c5a46a91c5b3bd351c545b91a2e593
tree096bc7e718dd02481c409c4472197ffc1223fc4d
parent40b1e1ec581e5f1e6fc3c0b317c0baf3c7817c43
subtree: t7900: use 'test' for string equality

t7900-subtree.sh defines its own `check_equal A B` function, instead of
just using `test A = B` like all of the other tests.  Don't be special,
get rid of `check_equal` in favor of `test`.

Signed-off-by: Luke Shumaker <lukeshu@datawire.io>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/subtree/t/t7900-subtree.sh