view tests/test-symlink-root @ 9461:cec9fb4e07a1

record: remove superfluous space
author timeless@mozdev.org
date Sun, 13 Sep 2009 03:04:40 +0300
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