aboutsummaryrefslogtreecommitdiff
path: root/t/Git-SVN
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2012-07-26 16:22:25 -0700
committerEric Wong <normalperson@yhbt.net>2012-07-27 22:14:54 +0000
commit5c71028fced46d03bf81b8625680d9ac87c8f4f0 (patch)
treec61b5b44816bba09f61bed84fc30be62affa0b6f /t/Git-SVN
parent29499c0b2741cc2ea13b78a342048bad928dfe2a (diff)
downloadgit-5c71028fced46d03bf81b8625680d9ac87c8f4f0.tar.gz
git-5c71028fced46d03bf81b8625680d9ac87c8f4f0.tar.xz
Move initialization of Git::SVN variables into Git::SVN.
Also it can compile on its own now, yay! Signed-off-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 't/Git-SVN')
-rw-r--r--t/Git-SVN/00compile.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/Git-SVN/00compile.t b/t/Git-SVN/00compile.t
index a7aa85a36..97475d920 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';