# HG changeset patch # User Mads Kiilerich # Date 2012-07-04 23:47:17 # Node ID d7493da233c898fbaaeb7c398da61d63e6241849 # Parent f690402e80fb3aead775fbf9bd99685aa88b5946 tests: remove GNU quoting in test-subrepo-deep-nested-change.t Test failure on non-GNU systems introduced in 1894dac619de. diff --git a/tests/test-subrepo-deep-nested-change.t b/tests/test-subrepo-deep-nested-change.t --- a/tests/test-subrepo-deep-nested-change.t +++ b/tests/test-subrepo-deep-nested-change.t @@ -259,7 +259,6 @@ Find an exact largefile match in a large Find an exact match to a standin (should archive nothing) $ hg --config extensions.largefiles= archive -S -I 'sub/sub2/.hglf/large.bin' ../archive_lf - $ find ../archive_lf | sort - find: `../archive_lf': No such file or directory + $ find ../archive_lf 2> /dev/null | sort $ cd ..