tests/test-dispatch
branchstable
changeset 11675 f92f8921a5cc
parent 8637 c88c8d59979f
child 11772 423ece53380e
--- a/tests/test-dispatch	Thu Jul 22 23:18:38 2010 +0900
+++ b/tests/test-dispatch	Sat Jul 24 00:38:08 2010 +0200
@@ -3,6 +3,8 @@
 
 "$TESTDIR/hghave" no-outer-repo || exit 80
 
+dir=`pwd`
+
 hg init a
 cd a
 echo a > a
@@ -19,8 +21,12 @@
 EOF
 hg cat a
 
+echo '% working directory removed'
+rm -rf $dir/a
+hg --version
+
 echo '% no repo'
-cd ..
+cd $dir
 hg cat
 
 exit 0