mirror of
https://abf.rosa.ru/djam/lzma.git
synced 2025-02-23 17:52:49 +00:00
12 lines
371 B
Diff
12 lines
371 B
Diff
![]() |
diff -urN lzma-4.32.7/tests/perms lzma-4.32.7-patched/tests/perms
|
||
|
--- lzma-4.32.7/tests/perms 2008-05-06 20:45:28.000000000 +1100
|
||
|
+++ lzma-4.32.7-patched/tests/perms 2020-06-06 18:38:14.013404648 +1000
|
||
|
@@ -28,6 +28,6 @@
|
||
|
fail=0
|
||
|
lzma in || fail=1
|
||
|
set - `ls -l in.lzma`
|
||
|
-test "x$1" = x-rw-r--r-- || fail=1
|
||
|
+test "x$1" = x-rw-r--r--. || fail=1
|
||
|
|
||
|
(exit $fail); exit $fail
|