tests/test-symlink-root
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Thu, 02 Aug 2007 01:56:08 -0300
changeset 5051 e3dffbdc6522
parent 4882 25d753efd48e
permissions -rwxr-xr-x
update tests 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