From 5c71028fced46d03bf81b8625680d9ac87c8f4f0 Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" Date: Thu, 26 Jul 2012 16:22:25 -0700 Subject: Move initialization of Git::SVN variables into Git::SVN. Also it can compile on its own now, yay! Signed-off-by: Junio C Hamano Signed-off-by: Eric Wong --- t/Git-SVN/00compile.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't/Git-SVN') diff --git a/t/Git-SVN/00compile.t b/t/Git-SVN/00compile.t index a7aa85a36b..97475d920c 100644 --- a/t/Git-SVN/00compile.t +++ b/t/Git-SVN/00compile.t @@ -3,6 +3,7 @@ use strict; use warnings; -use Test::More tests => 1; +use Test::More tests => 2; require_ok 'Git::SVN::Utils'; +require_ok 'Git::SVN'; -- cgit v1.2.3