view tests/test-symlink-root @ 5431:a7c832abd29c

Fix build error with Sun C compiler.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 08 Oct 2007 22:45:48 -0700
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