Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t9107: fix typo
author
Michael G. Schwern
<schwern@pobox.com>
Sat, 28 Jul 2012 09:47:46 +0000
(
02:47
-0700)
committer
Eric Wong
<normalperson@yhbt.net>
Thu, 2 Aug 2012 21:45:59 +0000
(21:45 +0000)
Test to check that the migration got rid of the old style git-svn directory.
It wasn't failing, just throwing a message to STDERR.
[ew: commit title]
Signed-off-by: Eric Wong <normalperson@yhbt.net>
t/t9107-git-svn-migrate.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
dad9090
)
diff --git
a/t/t9107-git-svn-migrate.sh
b/t/t9107-git-svn-migrate.sh
index 289fc313fb737ac7895580fd8407cff758b085e7..cfb4453ca5e34658486fd3deafc208d669ea07d3 100755
(executable)
--- a/
t/t9107-git-svn-migrate.sh
+++ b/
t/t9107-git-svn-migrate.sh
@@
-32,7
+32,7
@@
test_expect_success 'initialize old-style (v0) git svn layout' '
echo "$svnrepo" > "$GIT_DIR"/git-svn/info/url &&
echo "$svnrepo" > "$GIT_DIR"/svn/info/url &&
git svn migrate &&
- ! test -d "$GIT_DIR"/git
svn &&
+ ! test -d "$GIT_DIR"/git
-
svn &&
git rev-parse --verify refs/${remotes_git_svn}^0 &&
git rev-parse --verify refs/remotes/svn^0 &&
test "$(git config --get svn-remote.svn.url)" = "$svnrepo" &&