Code

Hide output about SVN::Core not being found during tests.
[git.git] / 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