tests/test-symlink-root
author Patrick Mezard <pmezard@gmail.com>
Mon, 06 Aug 2007 10:08:28 +0200
changeset 5093 84b10dc3dccc
parent 4882 25d753efd48e
permissions -rwxr-xr-x
Fix issue 653: symlinks checkout failure on non-supporting platforms

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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