diff -r 8afae1d5d108 -r e955549cd045 tests/test-config.t --- a/tests/test-config.t Tue Nov 04 10:40:06 2014 +0000 +++ b/tests/test-config.t Tue Nov 04 23:41:46 2014 +0900 @@ -44,9 +44,11 @@ Test case sensitive configuration - $ echo '[Section]' >> $HGRCPATH - $ echo 'KeY = Case Sensitive' >> $HGRCPATH - $ echo 'key = lower case' >> $HGRCPATH + $ cat <> $HGRCPATH + > [Section] + > KeY = Case Sensitive + > key = lower case + > EOF $ hg showconfig Section Section.KeY=Case Sensitive