diff tests/test-symlink-root.t @ 11811:31c3dddce8cb

tests: unify test-symlink-root
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Thu, 12 Aug 2010 23:02:12 +0900
parents tests/test-symlink-root@25d753efd48e
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test-symlink-root.t	Thu Aug 12 23:02:12 2010 +0900
@@ -0,0 +1,10 @@
+  $ "$TESTDIR/hghave" symlink || exit 80
+
+  $ hg init a
+  $ ln -s a link
+  $ cd a
+  $ echo foo > foo
+  $ hg status
+  ? foo
+  $ hg status ../link
+  ? foo