##// END OF EJS Templates
tests: remove GNU quoting in test-subrepo-deep-nested-change.t...
Mads Kiilerich -
r17113:d7493da2 default
parent child Browse files
Show More
@@ -259,7 +259,6 b' Find an exact largefile match in a large'
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 ..
General Comments 0
You need to be logged in to leave comments. Login now