]> git.ipfire.org Git - thirdparty/git.git/commit
tests: fix description of 'test_set_prereq'
authorSZEDER Gábor <szeder.dev@gmail.com>
Wed, 18 Nov 2020 19:04:14 +0000 (20:04 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Nov 2020 20:38:20 +0000 (12:38 -0800)
commit7f9c59ddb12377b787b9a0d4b79b68755541cf7f
tree4e38a076f2f3d578470cb98737464cc28301a7aa
parent53ff3b96a87f34c66ffe4a784841c31cf9feb262
tests: fix description of 'test_set_prereq'

'test_set_prereq's description claims that prereqs can be specified to
'test_expect_code', but that is not the case (it is not meant to run a
test _case_, but a git command), so remove it.

OTOH that description doesn't mention 'test_external' and
'test_external_without_stderr' that do accept prereqs, so mention
them.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib-functions.sh