tests/test-hgrc
author Bryan O'Sullivan <bos@serpentine.com>
Mon, 30 Jul 2007 20:48:50 -0700
changeset 5032 6dbd40b6307c
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
Update expected test output It's no longer a "problem" to have the same name listed with no prefix and a "hgext." prefix.

#!/bin/sh

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