tests: Say "pass" rather than "ok" on empty lines for TAP
commit335f87871fe5aa6b3fd55b2b4e80f16fe9681483
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 24 Jun 2010 17:44:49 +0000 (24 17:44 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Jun 2010 17:08:24 +0000 (25 10:08 -0700)
treeee61e99a05ab572c8301abd633bbebca84188205
parentfadb5156e485e9d25c89d4b4f96c2d4fe6db6187
tests: Say "pass" rather than "ok" on empty lines for TAP

Lines that begin with "ok" confuse the TAP harness because it can't
distinguish them from a test counter. Work around the issue by saying
"pass" instead, which isn't a reserved TAP word.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1020-subdirectory.sh
t/t2102-update-index-symlinks.sh
t/t3700-add.sh