changeset 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 ca75bd99f740
files tests/test-subrepo-deep-nested-change.t
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-subrepo-deep-nested-change.t	Thu Jul 05 00:51:05 2012 +0200
+++ b/tests/test-subrepo-deep-nested-change.t	Thu Jul 05 01:47:17 2012 +0200
@@ -259,7 +259,6 @@
 
 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 ..