aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-06-25 16:09:59 -0700
committerEric Wong <normalperson@yhbt.net>2009-06-26 11:05:36 -0700
commit2317d289fefbe04fa57379fa6d115717bb25ba14 (patch)
treea27b054e68182031a94561bb8f4496d2125476a2 /t
parentf7050599310c18bd67b35b8d59486116b30ff1f6 (diff)
downloadgit-2317d289fefbe04fa57379fa6d115717bb25ba14.tar.gz
git-2317d289fefbe04fa57379fa6d115717bb25ba14.tar.xz
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 <normalperson@yhbt.net>
Diffstat (limited to 't')
-rwxr-xr-xt/t9138-git-svn-multiple-branches.sh1
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 9725ccf9d..37ecdb08b 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" \