X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9120-git-svn-clone-with-percent-escapes.sh;h=1d92c05035f8fe68885a6338ceca4307f19e8663;hb=b3f01ff29f7131e959bcfdfd004744d74d5fa319;hp=9d9ebd533cbcbcfc1e23be51bad1e63f4f08c53b;hpb=7c0be4da5cab4efd89ee6583f7009d648a75a725;p=git.git diff --git a/t/t9120-git-svn-clone-with-percent-escapes.sh b/t/t9120-git-svn-clone-with-percent-escapes.sh index 9d9ebd533..1d92c0503 100755 --- a/t/t9120-git-svn-clone-with-percent-escapes.sh +++ b/t/t9120-git-svn-clone-with-percent-escapes.sh @@ -20,9 +20,10 @@ test_expect_success 'setup svnrepo' ' test_expect_success 'test clone with percent escapes' ' git svn clone "$svnrepo/pr%20ject" clone && - cd clone && - git rev-parse refs/${remotes_git_svn} && - cd .. + ( + cd clone && + git rev-parse refs/${remotes_git_svn} + ) ' # SVN works either way, so should we...