Skip to content

Commit 1a35da0

Browse files
schwernEric Wong
authored andcommitted
t9107: fix typo
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>
1 parent dad9090 commit 1a35da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9107-git-svn-migrate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test_expect_success 'initialize old-style (v0) git svn layout' '
3232
echo "$svnrepo" > "$GIT_DIR"/git-svn/info/url &&
3333
echo "$svnrepo" > "$GIT_DIR"/svn/info/url &&
3434
git svn migrate &&
35-
! test -d "$GIT_DIR"/git svn &&
35+
! test -d "$GIT_DIR"/git-svn &&
3636
git rev-parse --verify refs/${remotes_git_svn}^0 &&
3737
git rev-parse --verify refs/remotes/svn^0 &&
3838
test "$(git config --get svn-remote.svn.url)" = "$svnrepo" &&

0 commit comments

Comments
 (0)