tests/test-symlink-root
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 02 Aug 2007 14:51:49 +0200
changeset 5057 99a4592ea886
parent 4882 25d753efd48e
permissions -rwxr-xr-x
The >| redirection does not exist in plain sh.

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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