Skip to content

Commit

Permalink
t9138: remove stray dot in test which broke bash
Browse files Browse the repository at this point in the history
The stray dot broke bash and probably some other shells,
but worked fine with dash in my limited testing.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
  • Loading branch information
Eric Wong committed Jun 26, 2009
1 parent f705059 commit 2317d28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/t9138-git-svn-multiple-branches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 2317d28

Please sign in to comment.