tests/test-symlink-root
author Patrick Mezard <pmezard@gmail.com>
Sat, 15 Sep 2007 16:07:05 +0200
changeset 5310 ba3dc7883968
parent 4882 25d753efd48e
permissions -rwxr-xr-x
debuginstall: stop looking for patch utility, just test it

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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