[Bug 11581] New: unzip -l output differ

bugzilla at busybox.net bugzilla at busybox.net
Mon Dec 31 01:32:44 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=11581

            Bug ID: 11581
           Summary: unzip -l output differ
           Product: Busybox
           Version: 1.30.x
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
          Assignee: unassigned at busybox.net
          Reporter: ale5000 at gmail.com
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

<BusyBox unzip>
Command: touch -t 197911300100.00 test.txt && zip -X test.zip test.txt &&
busybox unzip -l test.zip

Output:
Archive:  test.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  01/01/1980 00:00   test.txt
---------                     -------
        0                     1 file

<UnZip 6.00>
Command: touch -t 197911300100.00 test.txt && zip -X test.zip test.txt &&
./unzip.exe -l test.zip

Output:
Archive:  test.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  01-01-1980 00:00   test.txt
 --------                     -------
        0                     1 files


There are 2 differences:
- Separator of date: "-" vs "/"
- Text: "file" vs "files"

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


More information about the busybox-cvs mailing list