Skip to content

Commit

Permalink
Hide output about SVN::Core not being found during tests.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shawn O. Pearce authored and Junio C Hamano committed Jan 14, 2007
1 parent dcbc7bb commit 38434f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib-git-svn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38434f2

Please sign in to comment.