##// END OF EJS Templates
test-fileset.t: remove 'bar ' and 'baz\' from tested filenames...
Siddharth Agarwal -
r24430:98d9d33d default
parent child Browse files
Show More
@@ -113,24 +113,9 b' Test files properties'
113
113
114 #if no-windows
114 #if no-windows
115 $ echo foo > con.xml
115 $ echo foo > con.xml
116 $ echo bar > 'bar '
116 $ fileset 'not portable()'
117 $ echo baz > 'baz\'
118 $ ls
119 b1
120 b2
121 b2link
122 bar
123 baz\
124 bin
125 c1
126 c2
127 c3
128 con.xml
117 con.xml
129 $ fileset 'not portable()'
118 $ hg --config ui.portablefilenames=ignore add con.xml
130 bar
131 baz\
132 con.xml
133 $ hg --config ui.portablefilenames=ignore add con.xml 'bar ' 'baz\'
134 #endif
119 #endif
135
120
136 >>> file('1k', 'wb').write(' '*1024)
121 >>> file('1k', 'wb').write(' '*1024)
@@ -244,11 +229,7 b' Test with a revision'
244
229
245 #if no-windows
230 #if no-windows
246 $ fileset -r1 'not portable()'
231 $ fileset -r1 'not portable()'
247 bar
248 baz\
249 con.xml
232 con.xml
250 $ hg forget 'bar '
251 $ hg forget 'baz\'
252 $ hg forget 'con.xml'
233 $ hg forget 'con.xml'
253 #endif
234 #endif
254
235
General Comments 0
You need to be logged in to leave comments. Login now