test-xdg.t
11 lines
| 264 B
| text/troff
|
Tads3Lexer
/ tests / test-xdg.t
David Demelier
|
r30941 | #if no-windows no-osx | ||
$ mkdir -p xdgconf/hg | ||||
$ echo '[ui]' > xdgconf/hg/hgrc | ||||
$ echo 'username = foobar' >> xdgconf/hg/hgrc | ||||
$ XDG_CONFIG_HOME="`pwd`/xdgconf" ; export XDG_CONFIG_HOME | ||||
$ unset HGRCPATH | ||||
Durham Goode
|
r32429 | $ hg config ui.username 2>/dev/null | ||
David Demelier
|
r30941 | foobar | ||
#endif | ||||