Skip to content

Commit 2317d28

Browse files
author
Eric Wong
committed
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 <[email protected]>
1 parent f705059 commit 2317d28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/t9138-git-svn-multiple-branches.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ test_expect_success 'setup svnrepo' '
2222
"$svnrepo/project/tags_A/1.0" &&
2323
svn co "$svnrepo/project" svn_project &&
2424
cd svn_project &&
25-
.
2625
echo 2 > trunk/a.file &&
2726
svn ci -m "Change 1" trunk/a.file &&
2827
svn cp -m "Branch 2" "$svnrepo/project/trunk" \

0 commit comments

Comments
 (0)