##// END OF EJS Templates
tests: rename from test-config-case.t to test-config.t for centralization...
FUJIWARA Katsunori -
r19086:8fb8dce3 stable
parent child Browse files
Show More
@@ -1,6 +1,8 b''
1 hide outer repo
1 hide outer repo
2 $ hg init
2 $ hg init
3
3
4 Test case sensitive configuration
5
4 $ echo '[Section]' >> $HGRCPATH
6 $ echo '[Section]' >> $HGRCPATH
5 $ echo 'KeY = Case Sensitive' >> $HGRCPATH
7 $ echo 'KeY = Case Sensitive' >> $HGRCPATH
6 $ echo 'key = lower case' >> $HGRCPATH
8 $ echo 'key = lower case' >> $HGRCPATH
General Comments 0
You need to be logged in to leave comments. Login now