Mercurial > hg
diff tests/test-subrepo @ 10775:c52057614c72 stable
Tests with spaces in paths
This allows most tests to succeed with
./run-tests.py --tmpdir='/tmp/hg test'
and introduces other tests for spaces and shell quoting
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 24 Mar 2010 01:43:24 +0100 |
parents | b07d487009b2 |
children | 2f2ae64a2948 12f04d18143e |
line wrap: on
line diff
--- a/tests/test-subrepo Fri Mar 26 17:02:49 2010 +0100 +++ b/tests/test-subrepo Wed Mar 24 01:43:24 2010 +0100 @@ -196,8 +196,8 @@ hg -R nested_relative add hg -R nested_relative ci -mtest2 hg init main -echo nested_relative = ../nested_relative > main/.hgsub -echo nested_absolute = `pwd`/nested_absolute >> main/.hgsub +echo "nested_relative = ../nested_relative" > main/.hgsub +echo "nested_absolute = `pwd`/nested_absolute" >> main/.hgsub hg -R main add hg -R main ci -m "add subrepos" cd ..