changeset 16580:80da0352a037

test-largefiles: sort output to ensure test stability
author Martin Geisler <mg@aragost.com>
date Fri, 04 May 2012 14:39:37 +0200
parents 1041a845f02d
children 48dfd9ae924a
files tests/test-largefiles.t
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-largefiles.t	Fri May 04 12:21:56 2012 +0200
+++ b/tests/test-largefiles.t	Fri May 04 14:39:37 2012 +0200
@@ -1109,21 +1109,21 @@
   Invoking status precommit hook
   M .hgsubstate
   $ hg archive -S lf_subrepo_archive
-  $ find lf_subrepo_archive -print
+  $ find lf_subrepo_archive | sort
   lf_subrepo_archive
   lf_subrepo_archive/.hg_archival.txt
+  lf_subrepo_archive/.hgsub
   lf_subrepo_archive/.hgsubstate
-  lf_subrepo_archive/subrepo
-  lf_subrepo_archive/subrepo/large.txt
-  lf_subrepo_archive/subrepo/normal.txt
   lf_subrepo_archive/a
   lf_subrepo_archive/a/b
   lf_subrepo_archive/a/b/c
   lf_subrepo_archive/a/b/c/d
+  lf_subrepo_archive/a/b/c/d/e.large.txt
   lf_subrepo_archive/a/b/c/d/e.normal.txt
-  lf_subrepo_archive/a/b/c/d/e.large.txt
   lf_subrepo_archive/a/b/c/x
   lf_subrepo_archive/a/b/c/x/y.normal.txt
-  lf_subrepo_archive/.hgsub
+  lf_subrepo_archive/subrepo
+  lf_subrepo_archive/subrepo/large.txt
+  lf_subrepo_archive/subrepo/normal.txt
 
   $ cd ..