tests/test-hgrc
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 22 Aug 2006 10:20:21 +0200
changeset 2978 4e815ee377fd
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
Make test-strict append to $HGRCPATH, like other tests do since 61fcd9fac434.

#!/bin/sh

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