tests/test-config-case.t
author Matt Mackall <mpm@selenic.com>
Sun, 01 Apr 2012 14:23:55 -0500
branchstable
changeset 16334 b9bd95e61b49
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
tests: fix shutdown race in test-bad-pull

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

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