view 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 source

  $ "$TESTDIR/hghave" symlink || exit 80

  $ hg init a
  $ ln -s a link
  $ cd a
  $ echo foo > foo
  $ hg status
  ? foo
  $ hg status ../link
  ? foo