Ticket #3730: 3730-0007-extfs-uzip-add-tests.patch
File 3730-0007-extfs-uzip-add-tests.patch, 17.8 KB (added by mooffie, 8 years ago) |
---|
-
tests/src/extfs-helpers-listcmd/Makefile.am
From 9b5295b18fbff1a55d8ae8c428e0f33eddfeb15c Mon Sep 17 00:00:00 2001 From: Mooffie <mooffie@gmail.com> Date: Sun, 20 Nov 2016 00:42:50 +0200 Subject: [PATCH 07/11] extfs: uzip: add tests. --- tests/src/extfs-helpers-listcmd/Makefile.am | 10 +++++ tests/src/extfs-helpers-listcmd/data/uzip.README | 14 +++++++ .../data/uzip.with-zipinfo.env_vars | 1 + .../data/uzip.with-zipinfo.input | 43 ++++++++++++++++++++++ .../data/uzip.with-zipinfo.output | 40 ++++++++++++++++++++ .../data/uzip.without-zipinfo--mdy.env_vars | 1 + .../data/uzip.without-zipinfo--mdy.input | 2 + .../data/uzip.without-zipinfo--mdy.output | 2 + .../data/uzip.without-zipinfo--ymd.env_vars | 1 + .../data/uzip.without-zipinfo--ymd.input | 40 ++++++++++++++++++++ .../data/uzip.without-zipinfo--ymd.output | 40 ++++++++++++++++++++ 11 files changed, 194 insertions(+) create mode 100644 tests/src/extfs-helpers-listcmd/data/uzip.README create mode 100644 tests/src/extfs-helpers-listcmd/data/uzip.with-zipinfo.env_vars create mode 100644 tests/src/extfs-helpers-listcmd/data/uzip.with-zipinfo.input create mode 100644 tests/src/extfs-helpers-listcmd/data/uzip.with-zipinfo.output create mode 100644 tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--mdy.env_vars create mode 100644 tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--mdy.input create mode 100644 tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--mdy.output create mode 100644 tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--ymd.env_vars create mode 100644 tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--ymd.input create mode 100644 tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--ymd.output diff --git a/tests/src/extfs-helpers-listcmd/Makefile.am b/tests/src/extfs-helpers-listcmd/Makefile.am index 22273ca..e205882 100644
a b mc_parse_ls_l_SOURCES = \ 22 22 mc_parse_ls_l.c 23 23 24 24 data_files_to_distribute = \ 25 data/uzip.README \ 26 data/uzip.with-zipinfo.env_vars \ 27 data/uzip.with-zipinfo.input \ 28 data/uzip.with-zipinfo.output \ 29 data/uzip.without-zipinfo--mdy.env_vars \ 30 data/uzip.without-zipinfo--mdy.input \ 31 data/uzip.without-zipinfo--mdy.output \ 32 data/uzip.without-zipinfo--ymd.env_vars \ 33 data/uzip.without-zipinfo--ymd.input \ 34 data/uzip.without-zipinfo--ymd.output \ 25 35 data/uzoo.README \ 26 36 data/uzoo.input \ 27 37 data/uzoo.output \ -
new file tests/src/extfs-helpers-listcmd/data/uzip.README
diff --git a/tests/src/extfs-helpers-listcmd/data/uzip.README b/tests/src/extfs-helpers-listcmd/data/uzip.README new file mode 100644 index 0000000..135ec23
- + 1 2 The input files were created thus: 3 4 cd ~/.gimp-2.8 5 echo hello > 'filename with spaces.txt' 6 zip a.zip * 7 unzip -Z -l -T a.zip > uzip.with-zipinfo.input 8 unzip -qq -v a.zip > uzip.without-zipinfo--ymd.input 9 rm a.zip 10 11 uzip supports two date formats for "without-zipinfo" mode: ymd 12 (YYYY-MM-DD) and mdy (MM-DD-YY). To create the 13 'uzip.without-zipinfo--mdy.input' file, with MM-DD-YY dates, I simply 14 altered two dates with an editor (one with year before 70, one after). -
new file tests/src/extfs-helpers-listcmd/data/uzip.with-zipinfo.env_vars
diff --git a/tests/src/extfs-helpers-listcmd/data/uzip.with-zipinfo.env_vars b/tests/src/extfs-helpers-listcmd/data/uzip.with-zipinfo.env_vars new file mode 100644 index 0000000..0192895
- + 1 MC_TEST_EXTFS_HAVE_ZIPINFO=1 -
new file tests/src/extfs-helpers-listcmd/data/uzip.with-zipinfo.input
diff --git a/tests/src/extfs-helpers-listcmd/data/uzip.with-zipinfo.input b/tests/src/extfs-helpers-listcmd/data/uzip.with-zipinfo.input new file mode 100644 index 0000000..bcdf94e
- + 1 Archive: a.zip 2 Zip file size: 75222 bytes, number of entries: 40 3 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 brushes/ 4 -rw------- 3.0 unx 739 tx 164 defN 20160918.164557 colorrc 5 -rw------- 3.0 unx 1863 tx 441 defN 20160918.164558 controllerrc 6 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 curves/ 7 -rw------- 3.0 unx 1982 tx 423 defN 20160918.164557 dockrc 8 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 dynamics/ 9 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 environ/ 10 -rw-r--r-- 3.0 unx 6 tx 6 stor 20161123.071336 filename with spaces.txt 11 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 fonts/ 12 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 fractalexplorer/ 13 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 gfig/ 14 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 gflare/ 15 -rw------- 3.0 unx 355 tx 223 defN 20160108.011031 gimprc 16 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 gimpressionist/ 17 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 gradients/ 18 -rw-r--r-- 3.0 unx 430 tx 251 defN 20151225.001514 gtkrc 19 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 interpreters/ 20 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 levels/ 21 -rw-r--r-- 3.0 unx 76873 tx 8770 defN 20160918.164558 menurc 22 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 modules/ 23 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 palettes/ 24 -rw------- 3.0 unx 102 tx 86 defN 20160918.164559 parasiterc 25 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 patterns/ 26 -rw-r--r-- 3.0 unx 277486 tx 48556 defN 20151225.001526 pluginrc 27 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 plug-ins/ 28 -rw-rw-r-- 3.0 unx 209 tx 143 defN 20160918.164437 print-page-setup 29 -rw-rw-r-- 3.0 unx 506 tx 295 defN 20160918.164437 print-settings 30 -rw------- 3.0 unx 62 tx 43 defN 20160108.010813 profilerc 31 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 scripts/ 32 -rw------- 3.0 unx 2370 tx 685 defN 20160918.164557 sessionrc 33 -rw-rw-r-- 3.0 unx 34747 tx 7545 defN 20160918.164559 tags.xml 34 -rw------- 3.0 unx 4817 tx 589 defN 20160918.164559 templaterc 35 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 templates/ 36 -rw-rw-r-- 3.0 unx 310 tx 204 defN 20160918.164204 themerc 37 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 themes/ 38 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 tmp/ 39 drwxr-xr-x 3.0 unx 0 bx 0 stor 20160403.000739 tool-options/ 40 drwxr-xr-x 3.0 unx 0 bx 0 stor 20151225.001514 tool-presets/ 41 -rw------- 3.0 unx 3996 tx 528 defN 20160918.164558 toolrc 42 -rw------- 3.0 unx 1178 tx 388 defN 20160918.164559 unitrc 43 40 files, 408031 bytes uncompressed, 69340 bytes compressed: 83.0% -
new file tests/src/extfs-helpers-listcmd/data/uzip.with-zipinfo.output
diff --git a/tests/src/extfs-helpers-listcmd/data/uzip.with-zipinfo.output b/tests/src/extfs-helpers-listcmd/data/uzip.with-zipinfo.output new file mode 100644 index 0000000..1c10891
- + 1 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 brushes/ 2 -rw------- 1 <<uid>> <<gid>> 739 2016-09-18 16:45:57 colorrc 3 -rw------- 1 <<uid>> <<gid>> 1863 2016-09-18 16:45:58 controllerrc 4 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 curves/ 5 -rw------- 1 <<uid>> <<gid>> 1982 2016-09-18 16:45:57 dockrc 6 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 dynamics/ 7 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 environ/ 8 -rw-r--r-- 1 <<uid>> <<gid>> 6 2016-11-23 07:13:36 filename with spaces.txt 9 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 fonts/ 10 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 fractalexplorer/ 11 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 gfig/ 12 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 gflare/ 13 -rw------- 1 <<uid>> <<gid>> 355 2016-01-08 01:10:31 gimprc 14 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 gimpressionist/ 15 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 gradients/ 16 -rw-r--r-- 1 <<uid>> <<gid>> 430 2015-12-25 00:15:14 gtkrc 17 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 interpreters/ 18 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 levels/ 19 -rw-r--r-- 1 <<uid>> <<gid>> 76873 2016-09-18 16:45:58 menurc 20 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 modules/ 21 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 palettes/ 22 -rw------- 1 <<uid>> <<gid>> 102 2016-09-18 16:45:59 parasiterc 23 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 patterns/ 24 -rw-r--r-- 1 <<uid>> <<gid>> 277486 2015-12-25 00:15:26 pluginrc 25 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 plug-ins/ 26 -rw-rw-r-- 1 <<uid>> <<gid>> 209 2016-09-18 16:44:37 print-page-setup 27 -rw-rw-r-- 1 <<uid>> <<gid>> 506 2016-09-18 16:44:37 print-settings 28 -rw------- 1 <<uid>> <<gid>> 62 2016-01-08 01:08:13 profilerc 29 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 scripts/ 30 -rw------- 1 <<uid>> <<gid>> 2370 2016-09-18 16:45:57 sessionrc 31 -rw-rw-r-- 1 <<uid>> <<gid>> 34747 2016-09-18 16:45:59 tags.xml 32 -rw------- 1 <<uid>> <<gid>> 4817 2016-09-18 16:45:59 templaterc 33 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 templates/ 34 -rw-rw-r-- 1 <<uid>> <<gid>> 310 2016-09-18 16:42:04 themerc 35 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 themes/ 36 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 tmp/ 37 drwxr-xr-x 1 <<uid>> <<gid>> 0 2016-04-03 00:07:39 tool-options/ 38 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:14 tool-presets/ 39 -rw------- 1 <<uid>> <<gid>> 3996 2016-09-18 16:45:58 toolrc 40 -rw------- 1 <<uid>> <<gid>> 1178 2016-09-18 16:45:59 unitrc -
new file tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--mdy.env_vars
diff --git a/tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--mdy.env_vars b/tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--mdy.env_vars new file mode 100644 index 0000000..9c8ce7f
- + 1 MC_TEST_EXTFS_HAVE_ZIPINFO=0 -
new file tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--mdy.input
diff --git a/tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--mdy.input b/tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--mdy.input new file mode 100644 index 0000000..2eb60ef
- + 1 0 Stored 0 0% 12-25-15 00:15 00000000 brushes/ 2 739 Defl:N 164 78% 09-16-78 16:45 2d7277eb colorrc -
new file tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--mdy.output
diff --git a/tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--mdy.output b/tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--mdy.output new file mode 100644 index 0000000..a0912f7
- + 1 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 brushes/ 2 -rw-r--r-- 1 <<uid>> <<gid>> 739 1978-09-16 16:45:00 colorrc -
new file tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--ymd.env_vars
diff --git a/tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--ymd.env_vars b/tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--ymd.env_vars new file mode 100644 index 0000000..9c8ce7f
- + 1 MC_TEST_EXTFS_HAVE_ZIPINFO=0 -
new file tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--ymd.input
diff --git a/tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--ymd.input b/tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--ymd.input new file mode 100644 index 0000000..068101f
- + 1 0 Stored 0 0% 2015-12-25 00:15 00000000 brushes/ 2 739 Defl:N 164 78% 2016-09-18 16:45 2d7277eb colorrc 3 1863 Defl:N 441 76% 2016-09-18 16:45 4a229bae controllerrc 4 0 Stored 0 0% 2015-12-25 00:15 00000000 curves/ 5 1982 Defl:N 423 79% 2016-09-18 16:45 0f21e877 dockrc 6 0 Stored 0 0% 2015-12-25 00:15 00000000 dynamics/ 7 0 Stored 0 0% 2015-12-25 00:15 00000000 environ/ 8 6 Stored 6 0% 2016-11-23 07:13 363a3020 filename with spaces.txt 9 0 Stored 0 0% 2015-12-25 00:15 00000000 fonts/ 10 0 Stored 0 0% 2015-12-25 00:15 00000000 fractalexplorer/ 11 0 Stored 0 0% 2015-12-25 00:15 00000000 gfig/ 12 0 Stored 0 0% 2015-12-25 00:15 00000000 gflare/ 13 355 Defl:N 223 37% 2016-01-08 01:10 05197193 gimprc 14 0 Stored 0 0% 2015-12-25 00:15 00000000 gimpressionist/ 15 0 Stored 0 0% 2015-12-25 00:15 00000000 gradients/ 16 430 Defl:N 251 42% 2015-12-25 00:15 a3ed42bc gtkrc 17 0 Stored 0 0% 2015-12-25 00:15 00000000 interpreters/ 18 0 Stored 0 0% 2015-12-25 00:15 00000000 levels/ 19 76873 Defl:N 8770 89% 2016-09-18 16:45 7d9cb346 menurc 20 0 Stored 0 0% 2015-12-25 00:15 00000000 modules/ 21 0 Stored 0 0% 2015-12-25 00:15 00000000 palettes/ 22 102 Defl:N 86 16% 2016-09-18 16:45 62252c7b parasiterc 23 0 Stored 0 0% 2015-12-25 00:15 00000000 patterns/ 24 277486 Defl:N 48556 83% 2015-12-25 00:15 f846b075 pluginrc 25 0 Stored 0 0% 2015-12-25 00:15 00000000 plug-ins/ 26 209 Defl:N 143 32% 2016-09-18 16:44 1c6688d4 print-page-setup 27 506 Defl:N 295 42% 2016-09-18 16:44 ce580111 print-settings 28 62 Defl:N 43 31% 2016-01-08 01:08 d149fa62 profilerc 29 0 Stored 0 0% 2015-12-25 00:15 00000000 scripts/ 30 2370 Defl:N 685 71% 2016-09-18 16:45 b31b0c93 sessionrc 31 34747 Defl:N 7545 78% 2016-09-18 16:45 6f219ddd tags.xml 32 4817 Defl:N 589 88% 2016-09-18 16:45 edb121a1 templaterc 33 0 Stored 0 0% 2015-12-25 00:15 00000000 templates/ 34 310 Defl:N 204 34% 2016-09-18 16:42 0b2c424e themerc 35 0 Stored 0 0% 2015-12-25 00:15 00000000 themes/ 36 0 Stored 0 0% 2015-12-25 00:15 00000000 tmp/ 37 0 Stored 0 0% 2016-04-03 00:07 00000000 tool-options/ 38 0 Stored 0 0% 2015-12-25 00:15 00000000 tool-presets/ 39 3996 Defl:N 528 87% 2016-09-18 16:45 f51984ae toolrc 40 1178 Defl:N 388 67% 2016-09-18 16:45 b8420722 unitrc -
new file tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--ymd.output
diff --git a/tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--ymd.output b/tests/src/extfs-helpers-listcmd/data/uzip.without-zipinfo--ymd.output new file mode 100644 index 0000000..7a51163
- + 1 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 brushes/ 2 -rw-r--r-- 1 <<uid>> <<gid>> 739 2016-09-18 16:45:00 colorrc 3 -rw-r--r-- 1 <<uid>> <<gid>> 1863 2016-09-18 16:45:00 controllerrc 4 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 curves/ 5 -rw-r--r-- 1 <<uid>> <<gid>> 1982 2016-09-18 16:45:00 dockrc 6 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 dynamics/ 7 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 environ/ 8 -rw-r--r-- 1 <<uid>> <<gid>> 6 2016-11-23 07:13:00 filename with spaces.txt 9 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 fonts/ 10 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 fractalexplorer/ 11 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 gfig/ 12 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 gflare/ 13 -rw-r--r-- 1 <<uid>> <<gid>> 355 2016-01-08 01:10:00 gimprc 14 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 gimpressionist/ 15 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 gradients/ 16 -rw-r--r-- 1 <<uid>> <<gid>> 430 2015-12-25 00:15:00 gtkrc 17 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 interpreters/ 18 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 levels/ 19 -rw-r--r-- 1 <<uid>> <<gid>> 76873 2016-09-18 16:45:00 menurc 20 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 modules/ 21 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 palettes/ 22 -rw-r--r-- 1 <<uid>> <<gid>> 102 2016-09-18 16:45:00 parasiterc 23 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 patterns/ 24 -rw-r--r-- 1 <<uid>> <<gid>> 277486 2015-12-25 00:15:00 pluginrc 25 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 plug-ins/ 26 -rw-r--r-- 1 <<uid>> <<gid>> 209 2016-09-18 16:44:00 print-page-setup 27 -rw-r--r-- 1 <<uid>> <<gid>> 506 2016-09-18 16:44:00 print-settings 28 -rw-r--r-- 1 <<uid>> <<gid>> 62 2016-01-08 01:08:00 profilerc 29 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 scripts/ 30 -rw-r--r-- 1 <<uid>> <<gid>> 2370 2016-09-18 16:45:00 sessionrc 31 -rw-r--r-- 1 <<uid>> <<gid>> 34747 2016-09-18 16:45:00 tags.xml 32 -rw-r--r-- 1 <<uid>> <<gid>> 4817 2016-09-18 16:45:00 templaterc 33 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 templates/ 34 -rw-r--r-- 1 <<uid>> <<gid>> 310 2016-09-18 16:42:00 themerc 35 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 themes/ 36 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 tmp/ 37 drwxr-xr-x 1 <<uid>> <<gid>> 0 2016-04-03 00:07:00 tool-options/ 38 drwxr-xr-x 1 <<uid>> <<gid>> 0 2015-12-25 00:15:00 tool-presets/ 39 -rw-r--r-- 1 <<uid>> <<gid>> 3996 2016-09-18 16:45:00 toolrc 40 -rw-r--r-- 1 <<uid>> <<gid>> 1178 2016-09-18 16:45:00 unitrc