diff options
-rwxr-xr-x | t/t9138-git-svn-multiple-branches.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t9138-git-svn-multiple-branches.sh b/t/t9138-git-svn-multiple-branches.sh index 9725ccf9d0..37ecdb08bf 100755 --- a/t/t9138-git-svn-multiple-branches.sh +++ b/t/t9138-git-svn-multiple-branches.sh @@ -22,7 +22,6 @@ test_expect_success 'setup svnrepo' ' "$svnrepo/project/tags_A/1.0" && svn co "$svnrepo/project" svn_project && cd svn_project && - . echo 2 > trunk/a.file && svn ci -m "Change 1" trunk/a.file && svn cp -m "Branch 2" "$svnrepo/project/trunk" \ |