summaryrefslogtreecommitdiff
path: root/t/lib-git-svn.sh
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-01-14 08:22:47 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-01-14 08:40:12 (GMT)
commit38434f2eed45f42ed706d07564079c23ee686511 (patch)
treea2e6e5fc97f146db6a82023bd498c7bc6b362be5 /t/lib-git-svn.sh
parentdcbc7bbe393d6bfee0ac36cc97fbc51ebf112ed6 (diff)
downloadgit-38434f2eed45f42ed706d07564079c23ee686511.zip
git-38434f2eed45f42ed706d07564079c23ee686511.tar.gz
git-38434f2eed45f42ed706d07564079c23ee686511.tar.bz2
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>
Diffstat (limited to 't/lib-git-svn.sh')
-rw-r--r--t/lib-git-svn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib-git-svn.sh b/t/lib-git-svn.sh
index a0f2814..bb1d7b8 100644
--- a/t/lib-git-svn.sh
+++ b/t/lib-git-svn.sh
@@ -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