builtin-merge: release the lockfile in try_merge_strategy()
[git/dscho.git] / t / t9121-git-svn-fetch-renamed-dir.sh
blob92e69a2a75df6cb16452ec4858d7d004946e016f
1 #!/bin/sh
3 # Copyright (c) 2008 Santhosh Kumar Mani
6 test_description='git-svn can fetch renamed directories'
8 . ./lib-git-svn.sh
10 test_expect_success 'load repository with renamed directory' '
11 svnadmin load -q "$rawsvnrepo" < "$TEST_DIRECTORY"/t9121/renamed-dir.dump
14 test_expect_success 'init and fetch repository' '
15 git svn init "$svnrepo/newname" &&
16 git svn fetch
19 test_done