comparison tests/test-install.t @ 15447:9910f60a37ee

tests: make (glob) on windows accept \ instead of / Globbing is usually used for filenames, so on windows it is reasonable and very convenient that glob patterns accepts '\' or '/' when the pattern specifies '/'.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 07 Nov 2011 03:25:10 +0100
parents 797bf1dc1ff8
children 0c9c41e53f1a
comparison
equal deleted inserted replaced
15446:c5c9ca3719f9 15447:9910f60a37ee
1 hg debuginstall 1 hg debuginstall
2 $ hg debuginstall 2 $ hg debuginstall
3 Checking encoding (ascii)... 3 Checking encoding (ascii)...
4 Checking installed modules (*/mercurial)... (glob) 4 Checking installed modules (*mercurial)... (glob)
5 Checking templates (*/mercurial/templates)... (glob) 5 Checking templates (*mercurial?templates)... (glob)
6 Checking commit editor... 6 Checking commit editor...
7 Checking username... 7 Checking username...
8 No problems detected 8 No problems detected
9 9
10 hg debuginstall with no username 10 hg debuginstall with no username
11 $ HGUSER= hg debuginstall 11 $ HGUSER= hg debuginstall
12 Checking encoding (ascii)... 12 Checking encoding (ascii)...
13 Checking installed modules (*/mercurial)... (glob) 13 Checking installed modules (*mercurial)... (glob)
14 Checking templates (*/mercurial/templates)... (glob) 14 Checking templates (*mercurial?templates)... (glob)
15 Checking commit editor... 15 Checking commit editor...
16 Checking username... 16 Checking username...
17 no username supplied (see "hg help config") 17 no username supplied (see "hg help config")
18 (specify a username in your configuration file) 18 (specify a username in your configuration file)
19 1 problems detected, please check your install! 19 1 problems detected, please check your install!