]> git.ipfire.org Git - thirdparty/git.git/commit - t/t0000-basic.sh
tests: test number comes first in 'not ok $count - $message'
authorAdam Spiers <git@adamspiers.org>
Sun, 16 Dec 2012 18:28:09 +0000 (18:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 16 Dec 2012 20:01:58 +0000 (12:01 -0800)
commit5e5c006eb713b785c6761c32b907e02abc277f9a
tree77d8eb3a447bfd383e5ecaf25c77646c4d52ebc8
parentb0576a6a6dd3b311391090b2ce15f991ac9914cf
tests: test number comes first in 'not ok $count - $message'

The old output to say "not ok - 1 messsage" was working by accident
only because the test numbers are optional in TAP.

Signed-off-by: Adam Spiers <git@adamspiers.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0000-basic.sh
t/test-lib.sh