comparison tests/test-subrepo-deep-nested-change.t @ 17113:d7493da233c8

tests: remove GNU quoting in test-subrepo-deep-nested-change.t Test failure on non-GNU systems introduced in 1894dac619de.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 05 Jul 2012 01:47:17 +0200
parents f690402e80fb
children 2944a6d35158
comparison
equal deleted inserted replaced
17112:f690402e80fb 17113:d7493da233c8
257 ../archive_lf/sub1/sub2/large.bin 257 ../archive_lf/sub1/sub2/large.bin
258 $ rm -rf ../archive_lf 258 $ rm -rf ../archive_lf
259 259
260 Find an exact match to a standin (should archive nothing) 260 Find an exact match to a standin (should archive nothing)
261 $ hg --config extensions.largefiles= archive -S -I 'sub/sub2/.hglf/large.bin' ../archive_lf 261 $ hg --config extensions.largefiles= archive -S -I 'sub/sub2/.hglf/large.bin' ../archive_lf
262 $ find ../archive_lf | sort 262 $ find ../archive_lf 2> /dev/null | sort
263 find: `../archive_lf': No such file or directory
264 263
265 $ cd .. 264 $ cd ..