git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f705059
)
t9138: remove stray dot in test which broke bash
author
Eric Wong
<redacted>
Thu, 25 Jun 2009 23:09:59 +0000
(16:09 -0700)
committer
Eric Wong
<redacted>
Fri, 26 Jun 2009 18:05:36 +0000
(11:05 -0700)
The stray dot broke bash and probably some other shells,
but worked fine with dash in my limited testing.
Signed-off-by: Eric Wong <redacted>
t/t9138-git-svn-multiple-branches.sh
patch
|
blob
|
history
diff --git
a/t/t9138-git-svn-multiple-branches.sh
b/t/t9138-git-svn-multiple-branches.sh
index 9725ccf9d0a81d1a0b2ff90adf8f27116915d322..37ecdb08bf7d4ec4ee493e53c56c60c6e0817351 100755
(executable)
--- 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" \
git clone https://git.99rst.org/PROJECT