view tests/test-symlink-root @ 6047:a7178d4ed8ee

fix syntax in coverage.py, fixing run-tests.py -C d0576d065993 accidentally broke things.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Fri, 08 Feb 2008 13:16:49 -0200
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