Perly Git: make sure we do test the freshly built one.
commitd3140f5c2a6b42361bca960f627b00264d5c7372
authorJunio C Hamano <junkio@cox.net>
Sun, 2 Jul 2006 23:49:12 +0000 (2 16:49 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 00:15:31 +0000 (2 17:15 -0700)
treeed7f74ee60e28fd4050af20995a351b5c098775d
parent65a4e98a22eab9317a05d1485c7c5a9c5befd589
Perly Git: make sure we do test the freshly built one.

We could BEGIN { push @INC, '@@INSTLIBDIR@@'; } but that is not
a good idea for normal execution.  The would prevent a
workaround for a user who is trying to override an old, faulty
Git.pm installed on the system path with a newer version
installed under $HOME/.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fmt-merge-msg.perl
git-mv.perl
t/test-lib.sh