view tests/test-config-case.t @ 17751:4871c1f343fa

tests: correctly report a test killed by a signal
author Bryan O'Sullivan <bryano@fb.com>
date Thu, 11 Oct 2012 16:05:14 -0700
parents 73d20de5f30b
children
line wrap: on
line source

hide outer repo
  $ hg init

  $ echo '[Section]' >> $HGRCPATH
  $ echo 'KeY = Case Sensitive' >> $HGRCPATH
  $ echo 'key = lower case' >> $HGRCPATH

  $ hg showconfig Section
  Section.KeY=Case Sensitive
  Section.key=lower case