Git.pm: add test suite
commitb4780d725c673db26692e11c56539381d60ad17c
authorLea Wiemann <lewiemann@gmail.com>
Thu, 19 Jun 2008 20:32:49 +0000 (19 22:32 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Jun 2008 21:38:24 +0000 (19 14:38 -0700)
tree0a70653d405edab7f8340c4ecc1e4d98c05b4e08
parentfb32c410087e68d650b31f68e66b3d9cbcce4a56
Git.pm: add test suite

Add a shell script (t/t9700-perl-git.sh) that sets up a git repository
and a perl script (t/t9700/test.pl) that runs the actual tests.

Signed-off-by: Lea Wiemann <LeWiemann@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9700-perl-git.sh [new file with mode: 0755]
t/t9700/test.pl [new file with mode: 0755]