tests/test-symlink-root
author Martin Geisler <mg@lazybytes.net>
Fri, 04 Sep 2009 23:45:13 +0200
changeset 9426 b42b03308ae9
parent 4882 25d753efd48e
permissions -rwxr-xr-x
test-highlight: remove redundant test Changeset 799373ff2554 is testing how a EUC-JP encoded Japanese file is treated in different encodings, so the ISO-8859-1 encoded German file is no longer needed.

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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