tests/test-symlink-root
author Patrick Mezard <pmezard@gmail.com>
Sat, 06 Oct 2007 22:30:24 +0200
changeset 5406 f11554a097c8
parent 4882 25d753efd48e
permissions -rwxr-xr-x
test-manifest: test symlink and exec bit display

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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