Hide output about SVN::Core not being found during tests.
commit38434f2eed45f42ed706d07564079c23ee686511
authorShawn O. Pearce <spearce@spearce.org>
Sun, 14 Jan 2007 08:22:47 +0000 (14 03:22 -0500)
committerJunio C Hamano <junkio@cox.net>
Sun, 14 Jan 2007 08:40:12 +0000 (14 00:40 -0800)
treea2e6e5fc97f146db6a82023bd498c7bc6b362be5
parentdcbc7bbe393d6bfee0ac36cc97fbc51ebf112ed6
Hide output about SVN::Core not being found during tests.

If the user doesn't have SVN::Core installed or working then the
SVN tests properly turn themselves off.  But the user doesn't need
to know that SVN::Core isn't loadable as a Perl module.  Unless of
course they are trying to debug the test, so lets relegate the Perl
failures to --verbose only.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/lib-git-svn.sh