view tests/test-symlink-root @ 7562:b663b5563de7

hgweb: allow static content when deny_read denies access
author Mark Edgington <edgimar@gmail.com>
date Sat, 03 Jan 2009 20:33:19 +0100
parents 25d753efd48e
children
line wrap: on
line source

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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