tests/test-config-case.t
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
Tue, 21 Sep 2010 18:36:23 +0200
changeset 12367 3acd5f7ab9d0
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
tests: compatibility fix. 'touch -d *' doesn't work on Mac OS X. In order to prevent this from occuring again, a check for the case is added to 'check-code.py'.

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

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