Skip to content
Snippets Groups Projects
Commit 5e2216a3 authored by Adrian Buehlmann's avatar Adrian Buehlmann
Browse files

tests: unify test-config-case

parent 41e56e07
No related branches found
No related tags found
No related merge requests found
Section.KeY=Case Sensitive
Section.key=lower case
#!/bin/sh
$ echo '[Section]' >> $HGRCPATH
$ echo 'KeY = Case Sensitive' >> $HGRCPATH
$ echo 'key = lower case' >> $HGRCPATH
......@@ -2,5 +4,5 @@
echo '[Section]' >> $HGRCPATH
echo 'KeY = Case Sensitive' >> $HGRCPATH
echo 'key = lower case' >> $HGRCPATH
$ hg showconfig Section
Section.KeY=Case Sensitive
Section.key=lower case
......@@ -6,2 +8,1 @@
hg showconfig Section
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment