view tests/test-symlink-root @ 7492:8649b2a3de75

tests: test-walkrepo shouldn't throw SystemExit Write to stdout instead of throwing Exceptions
author Benoit Allard <benoit@aeteurope.nl>
date Mon, 08 Dec 2008 20:42:53 +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