comparison 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
comparison
equal deleted inserted replaced
11810:8c01fc10cb67 11811:31c3dddce8cb
1 $ "$TESTDIR/hghave" symlink || exit 80
2
3 $ hg init a
4 $ ln -s a link
5 $ cd a
6 $ echo foo > foo
7 $ hg status
8 ? foo
9 $ hg status ../link
10 ? foo