tests/test-import
branchstable
changeset 10775 c52057614c72
parent 10748 fb06e357e698
child 10883 196908117c27
--- a/tests/test-import	Fri Mar 26 17:02:49 2010 +0100
+++ b/tests/test-import	Wed Mar 24 01:43:24 2010 +0100
@@ -167,7 +167,7 @@
 dir=`pwd`
 cd b/d1/d2 2>&1 > /dev/null
 hg import  ../../../tip.patch
-cd $dir
+cd "$dir"
 echo "% message should be 'subdir change'"
 hg --cwd b tip | grep 'subdir change'
 echo "% committer should be 'someoneelse'"