# HG changeset patch # User Patrick Mezard # Date 2012-04-27 08:17:55 # Node ID f2cc0ffb09de1497bdae6bdd11b8152f6afa9a68 # Parent b12b65d2cbe45e0cc4342cae2ed7af5af706eddd 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) diff --git a/tests/test-subrepo-svn.t b/tests/test-subrepo-svn.t --- a/tests/test-subrepo-svn.t +++ b/tests/test-subrepo-svn.t @@ -272,13 +272,13 @@ Check hg update --clean 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