##// END OF EJS Templates
test-subrepo-recursion: glob out all the date listed by unzip -l...
Pierre-Yves David -
r24963:d78dea22 default
parent child Browse files
Show More
@@ -339,18 +339,21 b' Test archiving to zip file (unzip output'
339 339 archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc)
340 340 archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc)
341 341 \r (no-eol) (esc)
342
343 (unzip date formating is unstable, we do not care about it and glob it out)
344
342 345 $ unzip -l ../archive.zip
343 346 Archive: ../archive.zip
344 347 Length Date Time Name
345 348 --------- ---------- ----- ----
346 172 01-01-1980 00:00 .hg_archival.txt
347 10 01-01-1980 00:00 .hgsub
348 45 01-01-1980 00:00 .hgsubstate
349 3 01-01-1980 00:00 x.txt
350 10 01-01-1980 00:00 foo/.hgsub
351 45 01-01-1980 00:00 foo/.hgsubstate
352 9 01-01-1980 00:00 foo/y.txt
353 9 01-01-1980 00:00 foo/bar/z.txt
349 172 ?????????? 00:00 .hg_archival.txt (glob)
350 10 ?????????? 00:00 .hgsub (glob)
351 45 ?????????? 00:00 .hgsubstate (glob)
352 3 ?????????? 00:00 x.txt (glob)
353 10 ?????????? 00:00 foo/.hgsub (glob)
354 45 ?????????? 00:00 foo/.hgsubstate (glob)
355 9 ?????????? 00:00 foo/y.txt (glob)
356 9 ?????????? 00:00 foo/bar/z.txt (glob)
354 357 --------- -------
355 358 303 8 files
356 359
General Comments 0
You need to be logged in to leave comments. Login now