tests/test-hgrc
author TK Soh <teekaysoh@yahoo.com>
Wed, 03 May 2006 11:25:25 +0200
changeset 2186 1092533fd11c
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
tests: fix compatibility on Solaris

#!/bin/sh

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