##// END OF EJS Templates
win32text: drop disabling portion of test...
Matt Mackall -
r8759:f584d63c default
parent child Browse files
Show More
@@ -142,19 +142,3 b' hg st -q'
142 hg revert -a
142 hg revert -a
143 hg st -q
143 hg st -q
144 python print.py < linefeed
144 python print.py < linefeed
145
146 echo "# disable extension again"
147 echo '[decode]' >> .hg/hgrc
148 echo '** = !' >> .hg/hgrc
149 echo '[encode]' >> .hg/hgrc
150 echo '** = !' >> .hg/hgrc
151 cat .hg/hgrc
152 echo
153
154 rm f3 f4.bat bin
155 hg co -C 2>&1 | python -c 'import sys, os; sys.stdout.write(sys.stdin.read().replace(os.getcwd(), "...."))'
156 python print.py < bin
157 python print.py < f3
158 python print.py < f4.bat
159 echo
160
@@ -302,20 +302,3 b' no changes needed to linefeed'
302 M linefeed
302 M linefeed
303 reverting linefeed
303 reverting linefeed
304 % just linefeed<CR><LF>
304 % just linefeed<CR><LF>
305 # disable extension again
306 [extensions]
307 win32text =
308 [decode]
309 ** = cleverdecode:
310 [encode]
311 ** = cleverencode:
312 [decode]
313 ** = !
314 [encode]
315 ** = !
316
317 4 files updated, 0 files merged, 0 files removed, 0 files unresolved
318 hello<NUL><CR><LF>
319 some<LF>text<LF>
320 rem empty<LF>
321
General Comments 0
You need to be logged in to leave comments. Login now