Ticket #3744: 3744-0002-extfs-u7z-add-tests.patch
File 3744-0002-extfs-u7z-add-tests.patch, 21.5 KB (added by mooffie, 8 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 = \ 32 32 data/lslR.3.spaces-iso-noslash.input \ 33 33 data/lslR.3.spaces-iso-noslash.output \ 34 34 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 \ 35 47 data/urar.README \ 36 48 data/urar.v4,v3.env_vars \ 37 49 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 2 We 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 24 Output files must be constant. Therefore in our '*.env_var' files we 25 define a command that sets missing dates to some fixed date (instead of 26 being 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
- + 1 MC_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 2 7-Zip 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18 3 p7zip Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,4 CPUs) 4 5 Listing archive: Geekbench-2.2.3-WindowsSetup.exe 6 7 -- 8 Path = Geekbench-2.2.3-WindowsSetup.exe 9 Type = PE 10 CPU = x86 11 Characteristics = Executable 32-bit NoRelocs NoLineNums NoLocalSyms 12 Created = 2009-12-06 03:50:52 13 Physical Size = 5649208 14 Headers Size = 1024 15 Checksum = 5651922 16 Image Size = 327680 17 Section Alignment = 4096 18 File Alignment = 512 19 Code Size = 24064 20 Initialized Data Size = 164864 21 Uninitialized Data Size = 1024 22 Linker Version = 6.0 23 OS Version = 4.0 24 Image Version = 6.0 25 Subsystem Version = 4.0 26 Subsystem = Windows GUI 27 DLL Characteristics = TerminalServerAware 28 Stack Reserve = 1048576 29 Stack Commit = 4096 30 Heap Reserve = 1048576 31 Heap Commit = 4096 32 Image Base = 4194304 33 ---- 34 Path = [0] 35 Size = 5519272 36 Packed Size = 5519272 37 Offset = 123904 38 -- 39 Path = [0] 40 Type = Nsis 41 Method = Deflate 42 Solid = - 43 44 Date Time Attr Size Compressed Name 45 ------------------- ----- ------------ ------------ ------------------------ 46 ..... 8005 $PLUGINSDIR/InstallOptions.dll 47 ..... 3328 $PLUGINSDIR/StartMenu.dll 48 2007-11-15 01:12:38 ..... 134 $PLUGINSDIR/ioSpecial.ini 49 2003-09-24 00:34:00 ..... 1886 $PLUGINSDIR/modern-wizard.bmp 50 2011-11-03 02:33:04 ..... 1178084 Geekbench22.exe 51 2011-11-03 02:33:04 ..... 101652 geekbench.exe 52 2011-11-03 02:33:06 ..... 1058731 geekbench_x86_32.exe 53 2011-11-03 02:33:06 ..... 1192155 geekbench_x86_64.exe 54 2011-11-03 02:33:04 ..... 445814 cpuidsdk.dll 55 2011-11-03 02:33:04 ..... 469920 cpuidsdk64.dll 56 2011-11-03 02:33:04 ..... 737580 geekbench.plar 57 2011-11-03 02:23:16 ..... 4014 $_OUTDIR/html/ui/bg-repeat.gif 58 2011-11-03 02:23:16 ..... 12817 12817 $_OUTDIR/html/ui/callout-bg-bottom.gif 59 2011-11-03 02:23:16 ..... 14648 $_OUTDIR/html/ui/callout-bg-top.gif 60 2011-11-03 02:23:16 ..... 120 $_OUTDIR/html/ui/graph-background.png 61 2011-11-03 02:23:16 ..... 861 861 $_OUTDIR/html/ui/heading-bg-left.gif 62 2011-11-03 02:23:16 ..... 9854 $_OUTDIR/html/ui/heading-bg.gif 63 2011-11-03 02:23:16 ..... 30401 $_OUTDIR/html/ui/logo.gif 64 2011-11-03 02:23:16 ..... 1431 1431 $_OUTDIR/html/ui/nav-arrow-down.gif 65 2011-11-03 02:23:16 ..... 1446 1446 $_OUTDIR/html/ui/nav-arrow-up.gif 66 2011-11-03 02:23:16 ..... 1425 1425 $_OUTDIR/html/ui/nav-arrows-bg.gif 67 2011-11-03 02:23:16 ..... 3841 $_OUTDIR/html/ui/table-wrapper-bg-repeat-x.gif 68 2011-11-03 02:23:16 ..... 2885 2885 $_OUTDIR/html/ui/table-wrapper-bg-repeat.gif 69 2011-11-03 02:23:16 ..... 142162 142162 $_OUTDIR/ux/splash-screen.png 70 2006-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
- + 1 MC_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 5 2007-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
- + 1 drwxr-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
- + 1 MC_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 ------------------- ----- ------------ ------------ ------------------------ 3 2011-11-01 01:33:04 ..... 469920 cpuidsdk64.dll 4 2011-11-02 02:23:16 D.... 0 $_OUTDIR/html/ui 5 2011-11-03 03:33:04 ..... test.dll 6 2011-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 11 2011-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 3 drwxr-xr-x 1 <<uid>> <<gid>> 0 2007-07-07 07:07:07 no-date-$_OUTDIR/html/ui 4 drwxr-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 6 drwxr-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 8 drwxr-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 2 7-Zip [32] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21 3 p7zip 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 5 Scanning the drive for archives: 6 1 file, 7597 bytes (8 KiB) 7 8 Listing archive: all.7z 9 10 -- 11 Path = all.7z 12 Type = 7z 13 Physical Size = 7597 14 Headers Size = 882 15 Method = LZMA2:24k 16 Solid = + 17 Blocks = 1 18 19 Date Time Attr Size Compressed Name 20 ------------------- ----- ------------ ------------ ------------------------ 21 2016-10-26 08:35:48 D.... 0 0 x 22 2009-05-03 21:01:33 D.... 0 0 x/etc 23 2009-05-03 21:02:13 D.... 0 0 x/etc/X11 24 2006-05-02 10:12:38 D.... 0 0 x/etc/X11/xinit 25 2005-09-24 02:11:27 D.... 0 0 x/etc/X11/xinit/Xclients.d 26 2005-12-04 19:15:47 D.... 0 0 x/etc/X11/xinit/xinitrc.d 27 2009-05-03 21:07:38 D.... 0 0 x/etc/X11/xkb 28 2016-12-18 22:30:42 ....A 0 0 with spaces.txt 29 2002-08-01 23:21:47 ....A 143 6715 alert 30 2004-05-19 20:42:38 ....A 363 atime 31 2005-11-09 01:36:31 ....A 71 fv 32 2003-10-18 20:37:07 ....A 59 fvd 33 2006-10-22 22:26:05 ....A 83 magdev 34 2006-10-19 16:56:16 ....A 72 maghelp 35 2004-03-14 12:25:27 ....A 37 ml 36 2004-07-06 18:02:03 ....A 28 modernize 37 2004-04-02 03:05:30 ....A 138 pxml 38 2004-12-08 20:42:44 ....A 725 s 39 2002-07-29 11:58:15 ....A 803 ser 40 2004-08-04 14:29:00 ....A 40 title 41 2002-08-01 23:21:41 ....A 156 ualert 42 2004-06-28 16:49:03 ....A 17 ucopy 43 2004-06-28 16:49:10 ....A 18 upaste 44 2003-08-25 19:08:11 ....A 2146 utf8_to_cp1255.perl 45 2006-05-16 21:00:06 ....A 63 utf8_to_cp1255.sh 46 2003-08-11 17:40:25 ....A 846 vimspell.sh 47 2002-03-28 01:20:12 ....A 819 vimspell.txt 48 2005-11-14 04:41:01 ....A 233 vp 49 2010-01-31 23:04:48 ....A 340 x/.xsession 50 2005-09-24 02:11:27 ....A 1856 x/etc/X11/xinit/Xclients 51 2005-09-24 02:11:27 ....A 1270 x/etc/X11/xinit/xinitrc 52 2005-09-24 02:11:27 ....A 2161 x/etc/X11/xinit/xinitrc-common 53 2005-09-24 02:11:27 ....A 1579 x/etc/X11/xinit/xinitrc.d/xinput.sh 54 2005-09-02 17:36:13 ....A 81 x/etc/X11/xinit/xinitrc.d/xmbind.sh 55 2009-05-03 21:07:38 ....A 71 x/etc/X11/xkb/note.txt 56 2003-08-03 01:46:40 ....A 489 x/setxkb 57 2003-03-09 14:08:01 ....A 142 x/setxkb2 58 2002-11-08 13:28:37 ....A 158 x/x 59 2006-12-07 11:30:57 ....A 3746 x/xinitrc 60 2006-12-07 11:28:18 ....A 42 x/xs 61 2003-02-17 15:11:46 ....A 58 xcopy 62 2003-02-17 15:10:46 ....A 58 xpaste 63 ------------------- ----- ------------ ------------ ------------------------ 64 2016-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 22 drwxr-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 24 drwxr-xr-x 1 <<uid>> <<gid>> 0 2009-05-03 21:01:33 x/etc 25 drwxr-xr-x 1 <<uid>> <<gid>> 0 2009-05-03 21:02:13 x/etc/X11 26 drwxr-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 28 drwxr-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 31 drwxr-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 34 drwxr-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