##// END OF EJS Templates
test: better glob some timing related line to avoid flakiness...
test: better glob some timing related line to avoid flakiness If we go over 10 seconds, the number of white space changes.

File last commit:

r52500:a4b3b8de default
r52536:96cb63a8 stable
Show More
test-xdg.t
11 lines | 264 B | text/troff | Tads3Lexer
David Demelier
hg: allow usage of XDG_CONFIG_HOME/hg/hgrc...
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
tests: hide warning from test-xdg.t...
r32429 $ hg config ui.username 2>/dev/null
David Demelier
hg: allow usage of XDG_CONFIG_HOME/hg/hgrc...
r30941 foobar
#endif