Code

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

index a0f28140837cc427b6c244bb5234e261cfec77d6..bb1d7b84bcdd3a413e900a0002baf268fa631f3f 100644 (file)
@@ -26,7 +26,7 @@ use SVN::Core;
 use SVN::Repos;
 \$SVN::Core::VERSION gt '1.1.0' or exit(42);
 system(qw/svnadmin create --fs-type fsfs/, '$svnrepo') == 0 or exit(41);
-"
+" >&3 2>&4
 x=$?
 if test $x -ne 0
 then