##// END OF EJS Templates
tests: use hghave eol-in-paths to test for support for ':' in filenames and " "...
Mads Kiilerich -
r16974:01ed5bb5 default
parent child Browse files
Show More
@@ -51,6 +51,11 b' should fail'
51 A a
51 A a
52 A b
52 A b
53 A con.xml
53 A con.xml
54 $ hg forget con.xml
55 $ rm con.xml
56 #endif
57
58 #if eol-in-paths
54 $ echo bla > 'hello:world'
59 $ echo bla > 'hello:world'
55 $ hg --config ui.portablefilenames=abort add
60 $ hg --config ui.portablefilenames=abort add
56 adding hello:world
61 adding hello:world
@@ -59,14 +64,12 b' should fail'
59 $ hg st
64 $ hg st
60 A a
65 A a
61 A b
66 A b
62 A con.xml
63 ? hello:world
67 ? hello:world
64 $ hg --config ui.portablefilenames=ignore add
68 $ hg --config ui.portablefilenames=ignore add
65 adding hello:world
69 adding hello:world
66 $ hg st
70 $ hg st
67 A a
71 A a
68 A b
72 A b
69 A con.xml
70 A hello:world
73 A hello:world
71 #endif
74 #endif
72
75
@@ -136,7 +136,7 b' check names for repositories (clashes wi'
136 hg init "ssh"... ok
136 hg init "ssh"... ok
137 hg init "static-http"... ok
137 hg init "static-http"... ok
138 hg init "with space"... ok
138 hg init "with space"... ok
139 #if no-windows
139 #if eol-in-paths
140 /* " " is not a valid name for a directory on Windows */
140 /* " " is not a valid name for a directory on Windows */
141 $ hg init " "
141 $ hg init " "
142 $ test -d " "
142 $ test -d " "
General Comments 0
You need to be logged in to leave comments. Login now