X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9120-git-svn-clone-with-percent-escapes.sh;h=5979e133b9d5b9d85ddca31a40763ed4fb6feba3;hb=d1a43f2aa4bfb5aef29e9e1fe1fb9bb18c0e8b65;hp=9a4eabe523c8560da9559b5c0ca6a951a027ca5d;hpb=179c94b24ae87e28328f9b311489417b66bd62c9;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 9a4eabe52..5979e133b 100755 --- a/t/t9120-git-svn-clone-with-percent-escapes.sh +++ b/t/t9120-git-svn-clone-with-percent-escapes.sh @@ -6,13 +6,13 @@ test_description='git-svn clone with percent escapes' . ./lib-git-svn.sh -test_expect_success 'setup svnrepo' " +test_expect_success 'setup svnrepo' ' mkdir project project/trunk project/branches project/tags && echo foo > project/trunk/foo && - svn import -m '$test_description' project '$svnrepo/pr ject' && + svn import -m "$test_description" project "$svnrepo/pr ject" && rm -rf project && start_httpd -" +' if test "$SVN_HTTPD_PORT" = "" then