use "git init-db" in tests
commit0f737464a6734d917431cf8df14eb04bd9c4cd8d
authorAlex Riesen <raa.lkml@gmail.com>
Thu, 8 Dec 2005 20:25:55 +0000 (8 21:25 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 9 Dec 2005 20:51:04 +0000 (9 12:51 -0800)
tree1ffc80aea4799a71db4811289f99d968cb8f46f2
parent2b86976bfd6e42609692d57fffaef72bd985c23a
use "git init-db" in tests

This is to catch an error where tests are run without first
building what are being tested.  Relying on prefixing $PATH with
the build directory and expect that the PATH mechanism would
find what we just built would silently run an already installed
binaries from the PATH.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/test-lib.sh