tests/test-symlink-root
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 31 Aug 2007 12:54:07 +0200
changeset 5273 4287590a63af
parent 4882 25d753efd48e
permissions -rwxr-xr-x
Fix \ inside ` problem in test-convert-svn (avoids code duplication, too)

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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