test-subrepo-svn: fix non-determinism stable
authorPatrick Mezard <patrick@mezard.eu>
Fri, 27 Apr 2012 10:17:55 +0200
branchstable
changeset 16526 f2cc0ffb09de
parent 16525 b12b65d2cbe4
child 16527 17a1f7690b49
test-subrepo-svn: fix non-determinism The test was randomly failing with: --- /tests/test-subrepo-svn.t +++ /test-subrepo-svn.t.err @@ -273,10 +273,10 @@ 1 files updated, 0 files merged, 0 files removed, 0 files unresolved $ cd t/s $ svn status - ? * a (glob) - X * externals (glob) - ? * f1 (glob) - ? * f2 (glob) + ? f1 + ? f2 + ? a + X externals Performing status on external item at 'externals'* (glob)
tests/test-subrepo-svn.t
--- a/tests/test-subrepo-svn.t	Fri Apr 27 10:11:56 2012 +0200
+++ b/tests/test-subrepo-svn.t	Fri Apr 27 10:17:55 2012 +0200
@@ -272,13 +272,13 @@
   Checked out revision 3.
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ cd t/s
-  $ svn status
+  $ svn status | sort
+  
   ? *    a (glob)
-  X *    externals (glob)
   ? *    f1 (glob)
   ? *    f2 (glob)
-  
   Performing status on external item at 'externals'* (glob)
+  X *    externals (glob)
 
 Sticky subrepositories, no changes
   $ cd $TESTTMP/sub/t