tests/test-config-case.t
author Mads Kiilerich <mads@kiilerich.com>
Sat, 28 Apr 2012 02:00:04 +0200
branchstable
changeset 16541 bb3334806ace
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
tests: quote dummyssh in a way that works on windows too Don't depend on $environmentvariableexpansion and 'quote' handling in system()

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

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