From: Eric Wong Date: Thu, 25 Jun 2009 23:09:59 +0000 (-0700) Subject: t9138: remove stray dot in test which broke bash X-Git-Tag: v1.6.4-rc0~36^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2317d289fefbe04fa57379fa6d115717bb25ba14?hp=--cc t9138: remove stray dot in test which broke bash The stray dot broke bash and probably some other shells, but worked fine with dash in my limited testing. Signed-off-by: Eric Wong --- 2317d289fefbe04fa57379fa6d115717bb25ba14 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" \