tests: unify test-config-case

This commit is contained in:
Adrian Buehlmann 2010-08-30 11:39:43 +02:00
parent bad6437907
commit 00dce4164d
3 changed files with 8 additions and 9 deletions

View File

@ -1,7 +0,0 @@
#!/bin/sh
echo '[Section]' >> $HGRCPATH
echo 'KeY = Case Sensitive' >> $HGRCPATH
echo 'key = lower case' >> $HGRCPATH
hg showconfig Section

View File

@ -1,2 +0,0 @@
Section.KeY=Case Sensitive
Section.key=lower case

8
tests/test-config-case.t Normal file
View File

@ -0,0 +1,8 @@
$ echo '[Section]' >> $HGRCPATH
$ echo 'KeY = Case Sensitive' >> $HGRCPATH
$ echo 'key = lower case' >> $HGRCPATH
$ hg showconfig Section
Section.KeY=Case Sensitive
Section.key=lower case