Ticket #3744: 3744-0002-extfs-u7z-add-tests.patch

File 3744-0002-extfs-u7z-add-tests.patch, 21.5 KB (added by mooffie, 7 years ago)
  • tests/src/vfs/extfs/helpers-list/Makefile.am

    From 0a429367fe1bd64081ab218d7b842e5e924b6e1a Mon Sep 17 00:00:00 2001
    From: Mooffie <mooffie@gmail.com>
    Date: Tue, 20 Dec 2016 02:15:31 +0200
    Subject: [PATCH 2/2] Ticket #3744: extfs: u7z: add tests.
    
    ---
     tests/src/vfs/extfs/helpers-list/Makefile.am       | 12 ++++
     tests/src/vfs/extfs/helpers-list/data/u7z.README   | 26 ++++++++
     .../extfs/helpers-list/data/u7z.complex.env_vars   |  1 +
     .../vfs/extfs/helpers-list/data/u7z.complex.input  | 74 ++++++++++++++++++++++
     .../vfs/extfs/helpers-list/data/u7z.complex.output | 27 ++++++++
     .../helpers-list/data/u7z.missing-date.env_vars    |  1 +
     .../extfs/helpers-list/data/u7z.missing-date.input |  5 ++
     .../helpers-list/data/u7z.missing-date.output      |  3 +
     .../data/u7z.missing-size-and-date.env_vars        |  1 +
     .../data/u7z.missing-size-and-date.input           | 11 ++++
     .../data/u7z.missing-size-and-date.output          |  9 +++
     .../vfs/extfs/helpers-list/data/u7z.simple.input   | 64 +++++++++++++++++++
     .../vfs/extfs/helpers-list/data/u7z.simple.output  | 42 ++++++++++++
     13 files changed, 276 insertions(+)
     create mode 100644 tests/src/vfs/extfs/helpers-list/data/u7z.README
     create mode 100644 tests/src/vfs/extfs/helpers-list/data/u7z.complex.env_vars
     create mode 100644 tests/src/vfs/extfs/helpers-list/data/u7z.complex.input
     create mode 100644 tests/src/vfs/extfs/helpers-list/data/u7z.complex.output
     create mode 100644 tests/src/vfs/extfs/helpers-list/data/u7z.missing-date.env_vars
     create mode 100644 tests/src/vfs/extfs/helpers-list/data/u7z.missing-date.input
     create mode 100644 tests/src/vfs/extfs/helpers-list/data/u7z.missing-date.output
     create mode 100644 tests/src/vfs/extfs/helpers-list/data/u7z.missing-size-and-date.env_vars
     create mode 100644 tests/src/vfs/extfs/helpers-list/data/u7z.missing-size-and-date.input
     create mode 100644 tests/src/vfs/extfs/helpers-list/data/u7z.missing-size-and-date.output
     create mode 100644 tests/src/vfs/extfs/helpers-list/data/u7z.simple.input
     create mode 100644 tests/src/vfs/extfs/helpers-list/data/u7z.simple.output
    
    diff --git a/tests/src/vfs/extfs/helpers-list/Makefile.am b/tests/src/vfs/extfs/helpers-list/Makefile.am
    index 97b53b7..c5b19ae 100644
    a b data_files_to_distribute = \ 
    3232        data/lslR.3.spaces-iso-noslash.input \ 
    3333        data/lslR.3.spaces-iso-noslash.output \ 
    3434        data/lslR.README \ 
     35        data/u7z.README \ 
     36        data/u7z.complex.env_vars \ 
     37        data/u7z.complex.input \ 
     38        data/u7z.complex.output \ 
     39        data/u7z.missing-date.env_vars \ 
     40        data/u7z.missing-date.input \ 
     41        data/u7z.missing-date.output \ 
     42        data/u7z.missing-size-and-date.env_vars \ 
     43        data/u7z.missing-size-and-date.input \ 
     44        data/u7z.missing-size-and-date.output \ 
     45        data/u7z.simple.input \ 
     46        data/u7z.simple.output \ 
    3547        data/urar.README \ 
    3648        data/urar.v4,v3.env_vars \ 
    3749        data/urar.v4,v3.input \ 
  • new file tests/src/vfs/extfs/helpers-list/data/u7z.README

    diff --git a/tests/src/vfs/extfs/helpers-list/data/u7z.README b/tests/src/vfs/extfs/helpers-list/data/u7z.README
    new file mode 100644
    index 0000000..45ae720
    - +  
     1 
     2We have 4 inputs: 
     3 
     4- u7z.simple.input 
     5 
     6    Simplest input: no abnormalities. 
     7    (One line has a filename with spaces in it.) 
     8 
     9- u7z.missing-date.input 
     10 
     11    Date field is missing (see #2707). 
     12 
     13- u7z.missing-size-and-date.input 
     14 
     15    Size field is missing, and in some rows the date is missing too (see #2707). 
     16 
     17- u7z.complex.input 
     18 
     19    Downloaded from #2707. It's 'list.txt' plus three bottom lines from 
     20    'listing2.txt'. It demonstrates all the above: missing date, missing 
     21    uncompressed and compressed size. 
     22 
     23 
     24Output files must be constant. Therefore in our '*.env_var' files we 
     25define a command that sets missing dates to some fixed date (instead of 
     26being the archive's date). 
  • new file tests/src/vfs/extfs/helpers-list/data/u7z.complex.env_vars

    diff --git a/tests/src/vfs/extfs/helpers-list/data/u7z.complex.env_vars b/tests/src/vfs/extfs/helpers-list/data/u7z.complex.env_vars
    new file mode 100644
    index 0000000..4521908
    - +  
     1MC_TEST_EXTFS_U7Z_STAT="echo 2007-07-07 07:07:07" 
  • new file tests/src/vfs/extfs/helpers-list/data/u7z.complex.input

    diff --git a/tests/src/vfs/extfs/helpers-list/data/u7z.complex.input b/tests/src/vfs/extfs/helpers-list/data/u7z.complex.input
    new file mode 100644
    index 0000000..4842ffd
    - +  
     1 
     27-Zip 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18 
     3p7zip Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,4 CPUs) 
     4 
     5Listing archive: Geekbench-2.2.3-WindowsSetup.exe 
     6 
     7-- 
     8Path = Geekbench-2.2.3-WindowsSetup.exe 
     9Type = PE 
     10CPU = x86 
     11Characteristics = Executable 32-bit NoRelocs NoLineNums NoLocalSyms 
     12Created = 2009-12-06 03:50:52 
     13Physical Size = 5649208 
     14Headers Size = 1024 
     15Checksum = 5651922 
     16Image Size = 327680 
     17Section Alignment = 4096 
     18File Alignment = 512 
     19Code Size = 24064 
     20Initialized Data Size = 164864 
     21Uninitialized Data Size = 1024 
     22Linker Version = 6.0 
     23OS Version = 4.0 
     24Image Version = 6.0 
     25Subsystem Version = 4.0 
     26Subsystem = Windows GUI 
     27DLL Characteristics = TerminalServerAware 
     28Stack Reserve = 1048576 
     29Stack Commit = 4096 
     30Heap Reserve = 1048576 
     31Heap Commit = 4096 
     32Image Base = 4194304 
     33---- 
     34Path = [0] 
     35Size = 5519272 
     36Packed Size = 5519272 
     37Offset = 123904 
     38-- 
     39Path = [0] 
     40Type = Nsis 
     41Method = Deflate 
     42Solid = - 
     43 
     44   Date      Time    Attr         Size   Compressed  Name 
     45------------------- ----- ------------ ------------  ------------------------ 
     46                    .....                      8005  $PLUGINSDIR/InstallOptions.dll 
     47                    .....                      3328  $PLUGINSDIR/StartMenu.dll 
     482007-11-15 01:12:38 .....                       134  $PLUGINSDIR/ioSpecial.ini 
     492003-09-24 00:34:00 .....                      1886  $PLUGINSDIR/modern-wizard.bmp 
     502011-11-03 02:33:04 .....                   1178084  Geekbench22.exe 
     512011-11-03 02:33:04 .....                    101652  geekbench.exe 
     522011-11-03 02:33:06 .....                   1058731  geekbench_x86_32.exe 
     532011-11-03 02:33:06 .....                   1192155  geekbench_x86_64.exe 
     542011-11-03 02:33:04 .....                    445814  cpuidsdk.dll 
     552011-11-03 02:33:04 .....                    469920  cpuidsdk64.dll 
     562011-11-03 02:33:04 .....                    737580  geekbench.plar 
     572011-11-03 02:23:16 .....                      4014  $_OUTDIR/html/ui/bg-repeat.gif 
     582011-11-03 02:23:16 .....        12817        12817  $_OUTDIR/html/ui/callout-bg-bottom.gif 
     592011-11-03 02:23:16 .....                     14648  $_OUTDIR/html/ui/callout-bg-top.gif 
     602011-11-03 02:23:16 .....                       120  $_OUTDIR/html/ui/graph-background.png 
     612011-11-03 02:23:16 .....          861          861  $_OUTDIR/html/ui/heading-bg-left.gif 
     622011-11-03 02:23:16 .....                      9854  $_OUTDIR/html/ui/heading-bg.gif 
     632011-11-03 02:23:16 .....                     30401  $_OUTDIR/html/ui/logo.gif 
     642011-11-03 02:23:16 .....         1431         1431  $_OUTDIR/html/ui/nav-arrow-down.gif 
     652011-11-03 02:23:16 .....         1446         1446  $_OUTDIR/html/ui/nav-arrow-up.gif 
     662011-11-03 02:23:16 .....         1425         1425  $_OUTDIR/html/ui/nav-arrows-bg.gif 
     672011-11-03 02:23:16 .....                      3841  $_OUTDIR/html/ui/table-wrapper-bg-repeat-x.gif 
     682011-11-03 02:23:16 .....         2885         2885  $_OUTDIR/html/ui/table-wrapper-bg-repeat.gif 
     692011-11-03 02:23:16 .....       142162       142162  $_OUTDIR/ux/splash-screen.png 
     702006-08-11 23:49:28 .....        28016               $PLUGINSDIR/splash.bmp 
     71                    .....         6144               $PLUGINSDIR/AdvSplash.dll 
     72                    .....                            plugins/shared memory/uninstall.exe 
     73------------------- ----- ------------ ------------  ------------------------ 
     74                                163027      5423194  27 files, 0 folders 
  • new file tests/src/vfs/extfs/helpers-list/data/u7z.complex.output

    diff --git a/tests/src/vfs/extfs/helpers-list/data/u7z.complex.output b/tests/src/vfs/extfs/helpers-list/data/u7z.complex.output
    new file mode 100644
    index 0000000..d5935dc
    - +  
     1-rw-r--r--   1  <<uid>>  <<gid>>     469920 2011-11-03 02:33:04 cpuidsdk64.dll 
     2-rw-r--r--   1  <<uid>>  <<gid>>     445814 2011-11-03 02:33:04 cpuidsdk.dll 
     3-rw-r--r--   1  <<uid>>  <<gid>>    1178084 2011-11-03 02:33:04 Geekbench22.exe 
     4-rw-r--r--   1  <<uid>>  <<gid>>     101652 2011-11-03 02:33:04 geekbench.exe 
     5-rw-r--r--   1  <<uid>>  <<gid>>     737580 2011-11-03 02:33:04 geekbench.plar 
     6-rw-r--r--   1  <<uid>>  <<gid>>    1058731 2011-11-03 02:33:06 geekbench_x86_32.exe 
     7-rw-r--r--   1  <<uid>>  <<gid>>    1192155 2011-11-03 02:33:06 geekbench_x86_64.exe 
     8-rw-r--r--   1  <<uid>>  <<gid>>       4014 2011-11-03 02:23:16 $_OUTDIR/html/ui/bg-repeat.gif 
     9-rw-r--r--   1  <<uid>>  <<gid>>      12817 2011-11-03 02:23:16 $_OUTDIR/html/ui/callout-bg-bottom.gif 
     10-rw-r--r--   1  <<uid>>  <<gid>>      14648 2011-11-03 02:23:16 $_OUTDIR/html/ui/callout-bg-top.gif 
     11-rw-r--r--   1  <<uid>>  <<gid>>        120 2011-11-03 02:23:16 $_OUTDIR/html/ui/graph-background.png 
     12-rw-r--r--   1  <<uid>>  <<gid>>       9854 2011-11-03 02:23:16 $_OUTDIR/html/ui/heading-bg.gif 
     13-rw-r--r--   1  <<uid>>  <<gid>>        861 2011-11-03 02:23:16 $_OUTDIR/html/ui/heading-bg-left.gif 
     14-rw-r--r--   1  <<uid>>  <<gid>>      30401 2011-11-03 02:23:16 $_OUTDIR/html/ui/logo.gif 
     15-rw-r--r--   1  <<uid>>  <<gid>>       1431 2011-11-03 02:23:16 $_OUTDIR/html/ui/nav-arrow-down.gif 
     16-rw-r--r--   1  <<uid>>  <<gid>>       1425 2011-11-03 02:23:16 $_OUTDIR/html/ui/nav-arrows-bg.gif 
     17-rw-r--r--   1  <<uid>>  <<gid>>       1446 2011-11-03 02:23:16 $_OUTDIR/html/ui/nav-arrow-up.gif 
     18-rw-r--r--   1  <<uid>>  <<gid>>       2885 2011-11-03 02:23:16 $_OUTDIR/html/ui/table-wrapper-bg-repeat.gif 
     19-rw-r--r--   1  <<uid>>  <<gid>>       3841 2011-11-03 02:23:16 $_OUTDIR/html/ui/table-wrapper-bg-repeat-x.gif 
     20-rw-r--r--   1  <<uid>>  <<gid>>     142162 2011-11-03 02:23:16 $_OUTDIR/ux/splash-screen.png 
     21-rw-r--r--   1  <<uid>>  <<gid>>       6144 2007-07-07 07:07:07 $PLUGINSDIR/AdvSplash.dll 
     22-rw-r--r--   1  <<uid>>  <<gid>>       8005 2007-07-07 07:07:07 $PLUGINSDIR/InstallOptions.dll 
     23-rw-r--r--   1  <<uid>>  <<gid>>        134 2007-11-15 01:12:38 $PLUGINSDIR/ioSpecial.ini 
     24-rw-r--r--   1  <<uid>>  <<gid>>       1886 2003-09-24 00:34:00 $PLUGINSDIR/modern-wizard.bmp 
     25-rw-r--r--   1  <<uid>>  <<gid>>      28016 2006-08-11 23:49:28 $PLUGINSDIR/splash.bmp 
     26-rw-r--r--   1  <<uid>>  <<gid>>       3328 2007-07-07 07:07:07 $PLUGINSDIR/StartMenu.dll 
     27-rw-r--r--   1  <<uid>>  <<gid>>          0 2007-07-07 07:07:07 plugins/shared memory/uninstall.exe 
  • new file tests/src/vfs/extfs/helpers-list/data/u7z.missing-date.env_vars

    diff --git a/tests/src/vfs/extfs/helpers-list/data/u7z.missing-date.env_vars b/tests/src/vfs/extfs/helpers-list/data/u7z.missing-date.env_vars
    new file mode 100644
    index 0000000..4521908
    - +  
     1MC_TEST_EXTFS_U7Z_STAT="echo 2007-07-07 07:07:07" 
  • new file tests/src/vfs/extfs/helpers-list/data/u7z.missing-date.input

    diff --git a/tests/src/vfs/extfs/helpers-list/data/u7z.missing-date.input b/tests/src/vfs/extfs/helpers-list/data/u7z.missing-date.input
    new file mode 100644
    index 0000000..a8156e2
    - +  
     1   Date      Time    Attr         Size   Compressed  Name 
     2------------------- ----- ------------ ------------  ------------------------ 
     3                    D....            0            0  $PLUGINSDIR 
     4                    .....        11024         8005  $PLUGINSDIR/InstallOptions.dll 
     52007-11-15 01:12:38 .....          235          134  $PLUGINSDIR/ioSpecial.ini 
  • new file tests/src/vfs/extfs/helpers-list/data/u7z.missing-date.output

    diff --git a/tests/src/vfs/extfs/helpers-list/data/u7z.missing-date.output b/tests/src/vfs/extfs/helpers-list/data/u7z.missing-date.output
    new file mode 100644
    index 0000000..9fea879
    - +  
     1drwxr-xr-x   1  <<uid>>  <<gid>>          0 2007-07-07 07:07:07 $PLUGINSDIR 
     2-rw-r--r--   1  <<uid>>  <<gid>>      11024 2007-07-07 07:07:07 $PLUGINSDIR/InstallOptions.dll 
     3-rw-r--r--   1  <<uid>>  <<gid>>        235 2007-11-15 01:12:38 $PLUGINSDIR/ioSpecial.ini 
  • new file tests/src/vfs/extfs/helpers-list/data/u7z.missing-size-and-date.env_vars

    diff --git a/tests/src/vfs/extfs/helpers-list/data/u7z.missing-size-and-date.env_vars b/tests/src/vfs/extfs/helpers-list/data/u7z.missing-size-and-date.env_vars
    new file mode 100644
    index 0000000..4521908
    - +  
     1MC_TEST_EXTFS_U7Z_STAT="echo 2007-07-07 07:07:07" 
  • new file tests/src/vfs/extfs/helpers-list/data/u7z.missing-size-and-date.input

    diff --git a/tests/src/vfs/extfs/helpers-list/data/u7z.missing-size-and-date.input b/tests/src/vfs/extfs/helpers-list/data/u7z.missing-size-and-date.input
    new file mode 100644
    index 0000000..f9ee9b5
    - +  
     1   Date      Time    Attr         Size   Compressed  Name 
     2------------------- ----- ------------ ------------  ------------------------ 
     32011-11-01 01:33:04 .....                    469920  cpuidsdk64.dll 
     42011-11-02 02:23:16 D....                         0  $_OUTDIR/html/ui 
     52011-11-03 03:33:04 .....                            test.dll 
     62011-11-04 04:23:16 D....                            test 
     7                    .....                  17770090  no-date-cpuidsdk64.dll 
     8                    D....                         0  no-date-$_OUTDIR/html/ui 
     9                    .....                            no-date-test.dll 
     10                    D....                            no-date-test 
     112011-11-05 05:23:16 .....        17897        12817  $_OUTDIR/html/ui/callout-bg-bottom.gif 
  • new file tests/src/vfs/extfs/helpers-list/data/u7z.missing-size-and-date.output

    diff --git a/tests/src/vfs/extfs/helpers-list/data/u7z.missing-size-and-date.output b/tests/src/vfs/extfs/helpers-list/data/u7z.missing-size-and-date.output
    new file mode 100644
    index 0000000..d7e2e05
    - +  
     1-rw-r--r--   1  <<uid>>  <<gid>>     469920 2011-11-01 01:33:04 cpuidsdk64.dll 
     2-rw-r--r--   1  <<uid>>  <<gid>>   17770090 2007-07-07 07:07:07 no-date-cpuidsdk64.dll 
     3drwxr-xr-x   1  <<uid>>  <<gid>>          0 2007-07-07 07:07:07 no-date-$_OUTDIR/html/ui 
     4drwxr-xr-x   1  <<uid>>  <<gid>>          0 2007-07-07 07:07:07 no-date-test 
     5-rw-r--r--   1  <<uid>>  <<gid>>          0 2007-07-07 07:07:07 no-date-test.dll 
     6drwxr-xr-x   1  <<uid>>  <<gid>>          0 2011-11-02 02:23:16 $_OUTDIR/html/ui 
     7-rw-r--r--   1  <<uid>>  <<gid>>      17897 2011-11-05 05:23:16 $_OUTDIR/html/ui/callout-bg-bottom.gif 
     8drwxr-xr-x   1  <<uid>>  <<gid>>          0 2011-11-04 04:23:16 test 
     9-rw-r--r--   1  <<uid>>  <<gid>>          0 2011-11-03 03:33:04 test.dll 
  • new file tests/src/vfs/extfs/helpers-list/data/u7z.simple.input

    diff --git a/tests/src/vfs/extfs/helpers-list/data/u7z.simple.input b/tests/src/vfs/extfs/helpers-list/data/u7z.simple.input
    new file mode 100644
    index 0000000..69835fb
    - +  
     1 
     27-Zip [32] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21 
     3p7zip Version 16.02 (locale=en_GB.utf8,Utf16=on,HugeFiles=on,32 bits,1 CPU Intel(R) Pentium(R) 4 CPU 1.80GHz (F27),ASM) 
     4 
     5Scanning the drive for archives: 
     61 file, 7597 bytes (8 KiB) 
     7 
     8Listing archive: all.7z 
     9 
     10-- 
     11Path = all.7z 
     12Type = 7z 
     13Physical Size = 7597 
     14Headers Size = 882 
     15Method = LZMA2:24k 
     16Solid = + 
     17Blocks = 1 
     18 
     19   Date      Time    Attr         Size   Compressed  Name 
     20------------------- ----- ------------ ------------  ------------------------ 
     212016-10-26 08:35:48 D....            0            0  x 
     222009-05-03 21:01:33 D....            0            0  x/etc 
     232009-05-03 21:02:13 D....            0            0  x/etc/X11 
     242006-05-02 10:12:38 D....            0            0  x/etc/X11/xinit 
     252005-09-24 02:11:27 D....            0            0  x/etc/X11/xinit/Xclients.d 
     262005-12-04 19:15:47 D....            0            0  x/etc/X11/xinit/xinitrc.d 
     272009-05-03 21:07:38 D....            0            0  x/etc/X11/xkb 
     282016-12-18 22:30:42 ....A            0            0  with spaces.txt 
     292002-08-01 23:21:47 ....A          143         6715  alert 
     302004-05-19 20:42:38 ....A          363               atime 
     312005-11-09 01:36:31 ....A           71               fv 
     322003-10-18 20:37:07 ....A           59               fvd 
     332006-10-22 22:26:05 ....A           83               magdev 
     342006-10-19 16:56:16 ....A           72               maghelp 
     352004-03-14 12:25:27 ....A           37               ml 
     362004-07-06 18:02:03 ....A           28               modernize 
     372004-04-02 03:05:30 ....A          138               pxml 
     382004-12-08 20:42:44 ....A          725               s 
     392002-07-29 11:58:15 ....A          803               ser 
     402004-08-04 14:29:00 ....A           40               title 
     412002-08-01 23:21:41 ....A          156               ualert 
     422004-06-28 16:49:03 ....A           17               ucopy 
     432004-06-28 16:49:10 ....A           18               upaste 
     442003-08-25 19:08:11 ....A         2146               utf8_to_cp1255.perl 
     452006-05-16 21:00:06 ....A           63               utf8_to_cp1255.sh 
     462003-08-11 17:40:25 ....A          846               vimspell.sh 
     472002-03-28 01:20:12 ....A          819               vimspell.txt 
     482005-11-14 04:41:01 ....A          233               vp 
     492010-01-31 23:04:48 ....A          340               x/.xsession 
     502005-09-24 02:11:27 ....A         1856               x/etc/X11/xinit/Xclients 
     512005-09-24 02:11:27 ....A         1270               x/etc/X11/xinit/xinitrc 
     522005-09-24 02:11:27 ....A         2161               x/etc/X11/xinit/xinitrc-common 
     532005-09-24 02:11:27 ....A         1579               x/etc/X11/xinit/xinitrc.d/xinput.sh 
     542005-09-02 17:36:13 ....A           81               x/etc/X11/xinit/xinitrc.d/xmbind.sh 
     552009-05-03 21:07:38 ....A           71               x/etc/X11/xkb/note.txt 
     562003-08-03 01:46:40 ....A          489               x/setxkb 
     572003-03-09 14:08:01 ....A          142               x/setxkb2 
     582002-11-08 13:28:37 ....A          158               x/x 
     592006-12-07 11:30:57 ....A         3746               x/xinitrc 
     602006-12-07 11:28:18 ....A           42               x/xs 
     612003-02-17 15:11:46 ....A           58               xcopy 
     622003-02-17 15:10:46 ....A           58               xpaste 
     63------------------- ----- ------------ ------------  ------------------------ 
     642016-12-18 22:30:42              18911         6715  35 files, 7 folders 
  • new file tests/src/vfs/extfs/helpers-list/data/u7z.simple.output

    diff --git a/tests/src/vfs/extfs/helpers-list/data/u7z.simple.output b/tests/src/vfs/extfs/helpers-list/data/u7z.simple.output
    new file mode 100644
    index 0000000..e0bdfa0
    - +  
     1-rw-r--r--   1  <<uid>>  <<gid>>        143 2002-08-01 23:21:47 alert 
     2-rw-r--r--   1  <<uid>>  <<gid>>        363 2004-05-19 20:42:38 atime 
     3-rw-r--r--   1  <<uid>>  <<gid>>         71 2005-11-09 01:36:31 fv 
     4-rw-r--r--   1  <<uid>>  <<gid>>         59 2003-10-18 20:37:07 fvd 
     5-rw-r--r--   1  <<uid>>  <<gid>>         83 2006-10-22 22:26:05 magdev 
     6-rw-r--r--   1  <<uid>>  <<gid>>         72 2006-10-19 16:56:16 maghelp 
     7-rw-r--r--   1  <<uid>>  <<gid>>         37 2004-03-14 12:25:27 ml 
     8-rw-r--r--   1  <<uid>>  <<gid>>         28 2004-07-06 18:02:03 modernize 
     9-rw-r--r--   1  <<uid>>  <<gid>>        138 2004-04-02 03:05:30 pxml 
     10-rw-r--r--   1  <<uid>>  <<gid>>        725 2004-12-08 20:42:44 s 
     11-rw-r--r--   1  <<uid>>  <<gid>>        803 2002-07-29 11:58:15 ser 
     12-rw-r--r--   1  <<uid>>  <<gid>>         40 2004-08-04 14:29:00 title 
     13-rw-r--r--   1  <<uid>>  <<gid>>        156 2002-08-01 23:21:41 ualert 
     14-rw-r--r--   1  <<uid>>  <<gid>>         17 2004-06-28 16:49:03 ucopy 
     15-rw-r--r--   1  <<uid>>  <<gid>>         18 2004-06-28 16:49:10 upaste 
     16-rw-r--r--   1  <<uid>>  <<gid>>       2146 2003-08-25 19:08:11 utf8_to_cp1255.perl 
     17-rw-r--r--   1  <<uid>>  <<gid>>         63 2006-05-16 21:00:06 utf8_to_cp1255.sh 
     18-rw-r--r--   1  <<uid>>  <<gid>>        846 2003-08-11 17:40:25 vimspell.sh 
     19-rw-r--r--   1  <<uid>>  <<gid>>        819 2002-03-28 01:20:12 vimspell.txt 
     20-rw-r--r--   1  <<uid>>  <<gid>>        233 2005-11-14 04:41:01 vp 
     21-rw-r--r--   1  <<uid>>  <<gid>>          0 2016-12-18 22:30:42 with spaces.txt 
     22drwxr-xr-x   1  <<uid>>  <<gid>>          0 2016-10-26 08:35:48 x 
     23-rw-r--r--   1  <<uid>>  <<gid>>         58 2003-02-17 15:11:46 xcopy 
     24drwxr-xr-x   1  <<uid>>  <<gid>>          0 2009-05-03 21:01:33 x/etc 
     25drwxr-xr-x   1  <<uid>>  <<gid>>          0 2009-05-03 21:02:13 x/etc/X11 
     26drwxr-xr-x   1  <<uid>>  <<gid>>          0 2006-05-02 10:12:38 x/etc/X11/xinit 
     27-rw-r--r--   1  <<uid>>  <<gid>>       1856 2005-09-24 02:11:27 x/etc/X11/xinit/Xclients 
     28drwxr-xr-x   1  <<uid>>  <<gid>>          0 2005-09-24 02:11:27 x/etc/X11/xinit/Xclients.d 
     29-rw-r--r--   1  <<uid>>  <<gid>>       1270 2005-09-24 02:11:27 x/etc/X11/xinit/xinitrc 
     30-rw-r--r--   1  <<uid>>  <<gid>>       2161 2005-09-24 02:11:27 x/etc/X11/xinit/xinitrc-common 
     31drwxr-xr-x   1  <<uid>>  <<gid>>          0 2005-12-04 19:15:47 x/etc/X11/xinit/xinitrc.d 
     32-rw-r--r--   1  <<uid>>  <<gid>>       1579 2005-09-24 02:11:27 x/etc/X11/xinit/xinitrc.d/xinput.sh 
     33-rw-r--r--   1  <<uid>>  <<gid>>         81 2005-09-02 17:36:13 x/etc/X11/xinit/xinitrc.d/xmbind.sh 
     34drwxr-xr-x   1  <<uid>>  <<gid>>          0 2009-05-03 21:07:38 x/etc/X11/xkb 
     35-rw-r--r--   1  <<uid>>  <<gid>>         71 2009-05-03 21:07:38 x/etc/X11/xkb/note.txt 
     36-rw-r--r--   1  <<uid>>  <<gid>>         58 2003-02-17 15:10:46 xpaste 
     37-rw-r--r--   1  <<uid>>  <<gid>>        489 2003-08-03 01:46:40 x/setxkb 
     38-rw-r--r--   1  <<uid>>  <<gid>>        142 2003-03-09 14:08:01 x/setxkb2 
     39-rw-r--r--   1  <<uid>>  <<gid>>        158 2002-11-08 13:28:37 x/x 
     40-rw-r--r--   1  <<uid>>  <<gid>>       3746 2006-12-07 11:30:57 x/xinitrc 
     41-rw-r--r--   1  <<uid>>  <<gid>>         42 2006-12-07 11:28:18 x/xs 
     42-rw-r--r--   1  <<uid>>  <<gid>>        340 2010-01-31 23:04:48 x/.xsession