tests/test-symlink-root.t
changeset 11812 6f12f53ae795
parent 11811 31c3dddce8cb
child 11813 6c8e824970d1
--- a/tests/test-symlink-root.t	Thu Aug 12 23:02:12 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-  $ "$TESTDIR/hghave" symlink || exit 80
-
-  $ hg init a
-  $ ln -s a link
-  $ cd a
-  $ echo foo > foo
-  $ hg status
-  ? foo
-  $ hg status ../link
-  ? foo