X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9120-git-svn-clone-with-percent-escapes.sh;h=1d92c05035f8fe68885a6338ceca4307f19e8663;hb=4b5f94cdde41a58ac893c0bfb3e04f235e53f9dc;hp=9d9ebd533cbcbcfc1e23be51bad1e63f4f08c53b;hpb=4cd1b99c32d9a345438d098f37e75077d072778f;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...