comparison tests/test-walk.t @ 16972:5efe9c6a34fe

tests: add some missing #if's / hghave requirements Seen on Linux with FAT.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 15 Jun 2012 00:02:27 +0200
parents f2719b387380
children 13cdc10929d1
comparison
equal deleted inserted replaced
16971:8aeb2f1ae94c 16972:5efe9c6a34fe
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: * (glob) 277 NOEXIST: * (glob)
278 278
279 #if fifo
279 $ mkfifo fifo 280 $ mkfifo fifo
280 $ hg debugwalk fifo 281 $ hg debugwalk fifo
281 fifo: unsupported file type (type is fifo) 282 fifo: unsupported file type (type is fifo)
283 #endif
282 284
283 $ rm fenugreek 285 $ rm fenugreek
284 $ hg debugwalk fenugreek 286 $ hg debugwalk fenugreek
285 f fenugreek fenugreek exact 287 f fenugreek fenugreek exact
286 $ hg rm fenugreek 288 $ hg rm fenugreek