diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-11-28 06:46:50 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-28 07:23:06 +0100 |
commit | e15161198a381334b8c8ccee707392163f3a1ab7 (patch) | |
tree | a2fdf7f6151bc56f00e7b80eb0bc9b924e82a292 /t/lib-git-svn.sh | |
parent | git-svn: enable delta transfers during fetches when using SVN:: libs (diff) | |
download | git-e15161198a381334b8c8ccee707392163f3a1ab7.tar.xz git-e15161198a381334b8c8ccee707392163f3a1ab7.zip |
git-svn: update tests for recent changes
* Enable test for delta transfers in full-svn-test.
* Run tests against the root of the repository so we won't have
to revisit 308906fa6e98132cab839a4f42701386fba368ef and
efe4631def181d32f932672a7ea31e52ee0ab308 again.
The graft-branches test still runs as before.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/lib-git-svn.sh')
-rw-r--r-- | t/lib-git-svn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib-git-svn.sh b/t/lib-git-svn.sh index 29a1e72c61..63c670304f 100644 --- a/t/lib-git-svn.sh +++ b/t/lib-git-svn.sh @@ -45,6 +45,6 @@ else svnadmin create "$svnrepo" fi -svnrepo="file://$svnrepo/test-git-svn" +svnrepo="file://$svnrepo" |