[Bug 4660] New: test-subrepo-recursion.t failure (different date format in unzip -l)

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Sun May 10 04:43:37 UTC 2015


http://bz.selenic.com/show_bug.cgi?id=4660

          Priority: normal
            Bug ID: 4660
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: test-subrepo-recursion.t failure (different date
                    format in unzip -l)
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: engored at ya.ru
          Hardware: PC
            Status: UNCONFIRMED
           Version: default branch
         Component: Mercurial
           Product: Mercurial

--- /tmp/hgtests1/tests/test-subrepo-recursion.t
+++ /tmp/hgtests1/tests/test-subrepo-recursion.t.err
@@ -343,14 +343,14 @@
   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  1980-01-01 00:00   .hg_archival.txt
+         10  1980-01-01 00:00   .hgsub
+         45  1980-01-01 00:00   .hgsubstate
+          3  1980-01-01 00:00   x.txt
+         10  1980-01-01 00:00   foo/.hgsub
+         45  1980-01-01 00:00   foo/.hgsubstate
+          9  1980-01-01 00:00   foo/y.txt
+          9  1980-01-01 00:00   foo/bar/z.txt
   ---------                     -------
         303                     8 files


ERROR: test-subrepo-recursion.t output changed

This is on 17ba4ccd20b4. From command line unzip -l always produces dates in
this format, even with LC_ALL=C. I'm on debian and unzip package is version
6.0-16, unzip --version says "UnZip 6.00 of 20 April 2009, by Debian. Original
by Info-ZIP."

One other usage of unzip -l is in test-archive.t, and it works for me, as it
has a lot of glob and re matching.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list