Skip to content
Snippets Groups Projects
Commit 8fb8dce3 authored by Katsunori FUJIWARA's avatar Katsunori FUJIWARA
Browse files

tests: rename from test-config-case.t to test-config.t for centralization

Before this patch, there is no test script testing configuration
handling generally. "test-config-case.t" seems to be specific for
testing case sensitive configuration.

This patch renames from "test-config-case.t" to "test-config.t" for
centralization of tests around configuration handling.
parent be207d9b
No related branches found
No related tags found
No related merge requests found
hide outer repo
$ hg init
Test case sensitive configuration
$ echo '[Section]' >> $HGRCPATH
$ echo 'KeY = Case Sensitive' >> $HGRCPATH
$ echo 'key = lower case' >> $HGRCPATH
......
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