i18n: for-each-ref: mark parseopt strings for translation
[git/jnareb-git.git] / t / t9136-git-svn-recreated-branch-empty-file.sh
blob733d16e0b25e11b0d1568fd759c91c034ffa982c
1 #!/bin/sh
3 test_description='test recreated svn branch with empty files'
5 . ./lib-git-svn.sh
6 test_expect_success 'load svn dumpfile' '
7 svnadmin load "$rawsvnrepo" < "${TEST_DIRECTORY}/t9136/svn.dump"
10 test_expect_success 'clone using git svn' 'git svn clone -s "$svnrepo" x'
12 test_done