tests/test-symlink-root
author Matt Mackall <mpm@selenic.com>
Wed, 21 Jan 2009 11:15:47 -0600
changeset 7675 011e69b96c69
parent 4882 25d753efd48e
permissions -rwxr-xr-x
verify: don't trip over binary files starting with 01 0a

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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