diff tests/test-symlinks @ 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 35d47b06d4e3
children
line wrap: on
line diff
--- a/tests/test-symlinks	Fri Mar 26 17:02:49 2010 +0100
+++ b/tests/test-symlinks	Wed Mar 24 01:43:24 2010 +0100
@@ -51,7 +51,7 @@
 cd x
 touch f
 hg add f
-hg status $p/y/f
+hg status "$p"/y/f
 
 echo '# try symlink outside repo to file inside'
 ln -s x/f ../z