# HG changeset patch # User Pierre-Yves David # Date 1431035822 25200 # Node ID d78dea2248b10c408d643810c21e6de6c0e15e6d # Parent eecd48369caa74fa01c880401090e563134cc27f test-subrepo-recursion: glob out all the date listed by unzip -l This date output is unstable (01-01-1980 vs 1980-01-01). As the test is not about the modification date, we glob the data out. Caught by buildbot. diff -r eecd48369caa -r d78dea2248b1 tests/test-subrepo-recursion.t --- a/tests/test-subrepo-recursion.t Tue Apr 14 13:31:50 2015 -0700 +++ b/tests/test-subrepo-recursion.t Thu May 07 14:57:02 2015 -0700 @@ -339,18 +339,21 @@ archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc) archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc) \r (no-eol) (esc) + +(unzip date formating is unstable, we do not care about it and glob it out) + $ unzip -l ../archive.zip Archive: ../archive.zip Length Date Time Name --------- ---------- ----- ---- - 172 01-01-1980 00:00 .hg_archival.txt - 10 01-01-1980 00:00 .hgsub - 45 01-01-1980 00:00 .hgsubstate - 3 01-01-1980 00:00 x.txt - 10 01-01-1980 00:00 foo/.hgsub - 45 01-01-1980 00:00 foo/.hgsubstate - 9 01-01-1980 00:00 foo/y.txt - 9 01-01-1980 00:00 foo/bar/z.txt + 172 ?????????? 00:00 .hg_archival.txt (glob) + 10 ?????????? 00:00 .hgsub (glob) + 45 ?????????? 00:00 .hgsubstate (glob) + 3 ?????????? 00:00 x.txt (glob) + 10 ?????????? 00:00 foo/.hgsub (glob) + 45 ?????????? 00:00 foo/.hgsubstate (glob) + 9 ?????????? 00:00 foo/y.txt (glob) + 9 ?????????? 00:00 foo/bar/z.txt (glob) --------- ------- 303 8 files