##// END OF EJS Templates
tests: hide warning from test-xdg.t...
Durham Goode -
r32429:7d8da7b5 default
parent child Browse files
Show More
@@ -5,7 +5,7 b''
5 $ echo 'username = foobar' >> xdgconf/hg/hgrc
5 $ echo 'username = foobar' >> xdgconf/hg/hgrc
6 $ XDG_CONFIG_HOME="`pwd`/xdgconf" ; export XDG_CONFIG_HOME
6 $ XDG_CONFIG_HOME="`pwd`/xdgconf" ; export XDG_CONFIG_HOME
7 $ unset HGRCPATH
7 $ unset HGRCPATH
8 $ hg config ui.username
8 $ hg config ui.username 2>/dev/null
9 foobar
9 foobar
10
10
11 #endif
11 #endif
General Comments 0
You need to be logged in to leave comments. Login now