]> git.ipfire.org Git - thirdparty/git.git/blame - t/t9136-git-svn-recreated-branch-empty-file.sh
path.c: don't call the match function without value in trie_find()
[thirdparty/git.git] / t / t9136-git-svn-recreated-branch-empty-file.sh
CommitLineData
83c2fcff
EW
1#!/bin/sh
2
3test_description='test recreated svn branch with empty files'
4
5. ./lib-git-svn.sh
6test_expect_success 'load svn dumpfile' '
7 svnadmin load "$rawsvnrepo" < "${TEST_DIRECTORY}/t9136/svn.dump"
8 '
9
10test_expect_success 'clone using git svn' 'git svn clone -s "$svnrepo" x'
11
12test_done