Julian Foad <julian.f...@wandisco.com> writes:

> --- subversion/tests/cmdline/svntest/main.py  (revision 959554)
> +++ subversion/tests/cmdline/svntest/main.py  (working copy)
> @@ -178,7 +178,7 @@
>  # Where we want all the repositories and working copies to live.
>  # Each test will have its own!
>  general_repo_dir = os.path.join(work_dir, "repositories")
> -general_wc_dir = os.path.join(work_dir, "working_copies")
> +general_wc_dir = os.path.join(work_dir, "working copies")
>  
>  # temp directory in which we will create our 'pristine' local
>  # repository and other scratch data.  This should be removed when we
> ]]]
>
> With that particular global change, the tests all still pass!  (I was
> slightly surprised.)

You changed the path outside the working copy so it's not something
Subversion passes that to the server.  With that change you are mostly
testing the shell quoting of the testsuite.

-- 
Philip

Reply via email to