tests/test-symlink-root
author Marti Raudsepp <marti@juffo.org>
Sun, 17 May 2009 01:16:56 +0200
changeset 8446 e1f4343db740
parent 4882 25d753efd48e
permissions -rwxr-xr-x
tests: use repr.py to avoid binary characters in test output

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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