tests/test-hgrc
changeset 10044 dc5462d94a72
parent 10043 e95f0f70c3fd
parent 10042 7cdd2a7db2c2
child 10296 cade47dcac2d
--- a/tests/test-hgrc	Sat Dec 12 15:26:57 2009 +0100
+++ b/tests/test-hgrc	Sat Dec 12 16:54:33 2009 +0100
@@ -18,3 +18,6 @@
 echo '[foo]' > $HGRCPATH
 echo '  x = y' >> $HGRCPATH
 hg version 2>&1 | sed -e "s|$HGRCPATH|\$HGRCPATH|"
+
+echo '%include /no-such-file' > $HGRCPATH
+hg version 2>&1 | sed -e "s|$HGRCPATH|\$HGRCPATH|"