comparison tests/test-subrepo-recursion.t @ 24963:d78dea2248b1

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.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Thu, 07 May 2015 14:57:02 -0700
parents 5115d03440f4
children 95f490136e75
comparison
equal deleted inserted replaced
24962:eecd48369caa 24963:d78dea2248b1
337 archiving (foo/bar) [ ] 0/1\r (no-eol) (glob) (esc) 337 archiving (foo/bar) [ ] 0/1\r (no-eol) (glob) (esc)
338 archiving (foo/bar) [ ] 0/1\r (no-eol) (glob) (esc) 338 archiving (foo/bar) [ ] 0/1\r (no-eol) (glob) (esc)
339 archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc) 339 archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc)
340 archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc) 340 archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc)
341 \r (no-eol) (esc) 341 \r (no-eol) (esc)
342
343 (unzip date formating is unstable, we do not care about it and glob it out)
344
342 $ unzip -l ../archive.zip 345 $ unzip -l ../archive.zip
343 Archive: ../archive.zip 346 Archive: ../archive.zip
344 Length Date Time Name 347 Length Date Time Name
345 --------- ---------- ----- ---- 348 --------- ---------- ----- ----
346 172 01-01-1980 00:00 .hg_archival.txt 349 172 ?????????? 00:00 .hg_archival.txt (glob)
347 10 01-01-1980 00:00 .hgsub 350 10 ?????????? 00:00 .hgsub (glob)
348 45 01-01-1980 00:00 .hgsubstate 351 45 ?????????? 00:00 .hgsubstate (glob)
349 3 01-01-1980 00:00 x.txt 352 3 ?????????? 00:00 x.txt (glob)
350 10 01-01-1980 00:00 foo/.hgsub 353 10 ?????????? 00:00 foo/.hgsub (glob)
351 45 01-01-1980 00:00 foo/.hgsubstate 354 45 ?????????? 00:00 foo/.hgsubstate (glob)
352 9 01-01-1980 00:00 foo/y.txt 355 9 ?????????? 00:00 foo/y.txt (glob)
353 9 01-01-1980 00:00 foo/bar/z.txt 356 9 ?????????? 00:00 foo/bar/z.txt (glob)
354 --------- ------- 357 --------- -------
355 303 8 files 358 303 8 files
356 359
357 Test archiving a revision that references a subrepo that is not yet 360 Test archiving a revision that references a subrepo that is not yet
358 cloned: 361 cloned: