Skip to content
Snippets Groups Projects
Commit f2cc0ffb authored by Patrick Mézard's avatar Patrick Mézard
Browse files

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)
parent b12b65d2
No related branches found
No related tags found
No related merge requests found
......@@ -272,5 +272,6 @@
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)
......@@ -276,4 +277,3 @@
? * a (glob)
X * externals (glob)
? * f1 (glob)
? * f2 (glob)
......@@ -278,4 +278,3 @@
? * f1 (glob)
? * f2 (glob)
Performing status on external item at 'externals'* (glob)
......@@ -281,4 +280,5 @@
Performing status on external item at 'externals'* (glob)
X * externals (glob)
Sticky subrepositories, no changes
$ cd $TESTTMP/sub/t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment