tests/test-symlink-root
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Thu, 12 Aug 2010 14:53:34 +0900
changeset 11781 6f59154fb604
parent 4882 25d753efd48e
permissions -rwxr-xr-x
tests: catch re.error if test line is not a valid regular expression

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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