summaryrefslogtreecommitdiff
path: root/t/t9103-git-svn-graft-branches.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t9103-git-svn-graft-branches.sh')
-rwxr-xr-xt/t9103-git-svn-graft-branches.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t9103-git-svn-graft-branches.sh b/t/t9103-git-svn-graft-branches.sh
index cc62d4ece8..293b98f928 100755
--- a/t/t9103-git-svn-graft-branches.sh
+++ b/t/t9103-git-svn-graft-branches.sh
@@ -1,6 +1,8 @@
test_description='git-svn graft-branches'
. ./lib-git-svn.sh
+svnrepo="$svnrepo/test-git-svn"
+
test_expect_success 'initialize repo' "
mkdir import &&
cd import &&