comparison tests/test-walk.t @ 15521:117f9190c1ba

tests: hide 'No such file or directory' messages Windows will use a different and localized message.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 16 Nov 2011 03:45:14 +0100
parents e1f05d7a8c7b
children f2719b387380
comparison
equal deleted inserted replaced
15520:d6d7b56ec346 15521:117f9190c1ba
272 f mammals/Procyonidae/coatimundi mammals/Procyonidae/coatimundi 272 f mammals/Procyonidae/coatimundi mammals/Procyonidae/coatimundi
273 f mammals/Procyonidae/raccoon mammals/Procyonidae/raccoon 273 f mammals/Procyonidae/raccoon mammals/Procyonidae/raccoon
274 f mammals/skunk mammals/skunk 274 f mammals/skunk mammals/skunk
275 $ hg debugwalk 'glob:j*' 275 $ hg debugwalk 'glob:j*'
276 $ hg debugwalk NOEXIST 276 $ hg debugwalk NOEXIST
277 NOEXIST: No such file or directory 277 NOEXIST: * (glob)
278 278
279 $ mkfifo fifo 279 $ mkfifo fifo
280 $ hg debugwalk fifo 280 $ hg debugwalk fifo
281 fifo: unsupported file type (type is fifo) 281 fifo: unsupported file type (type is fifo)
282 282