tests/test-hgrc
author Peter van Dijk <peter@dataloss.nl>
Wed, 22 Feb 2006 15:42:48 +0100
changeset 1925 c71420b186b0
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
small solaris portability fixes from John Levon <levon@movementarian.org>

#!/bin/sh

mkdir t
cd t
hg init
echo "invalid" > .hg/hgrc
hg status 2>&1 |sed -e "s:/.*\(/t/.*\):...\1:"