test prerequisites: enumerate with commas
commitb0562224c93aca5addd994e37cd851b7a5de44b8
authorJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2014 22:20:36 +0000 (21 15:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2014 22:42:34 +0000 (21 15:42 -0700)
treee58333b0ac12144674f09afd585e9cb655a19b02
parentf57a8715bc5f50234dd1f756b3b26a0b81c3784c
test prerequisites: enumerate with commas

test_have_prereq does understand multiple predicates given as
separate arguments, but that is by accident.  We should list the
prerequisites just like we use them as the (first) optional
parameter for test_expect_success, concatenated with commas, for
consistency.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9809-git-p4-client-view.sh
t/t9812-git-p4-wildcards.sh