[Git][reproducible-builds/diffoscope][master] Fix compatibility with file(1) version 5.43. Thanks, Christoph!

Chris Lamb (@lamby) gitlab at salsa.debian.org
Fri Dec 23 05:38:32 UTC 2022



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
44ebd188 by Chris Lamb at 2022-12-23T05:37:33+00:00
Fix compatibility with file(1) version 5.43. Thanks, Christoph!

- - - - -


2 changed files:

- tests/data/archive12.diff.txt
- tests/test_presenters.py


Changes:

=====================================
tests/data/archive12.diff.txt
=====================================
@@ -7,8 +7,8 @@
 ├── compressed.gz
 │ ├── filetype from file(1)
 │ │ @@ -1 +1 @@
-│ │ -gzip compressed data, last modified: Sun Mar 19 22:26:58 2017, from Unix, truncated
-│ │ +gzip compressed data, was "compressed", last modified: Sun Sep 12 11:59:26 2021, max compression, from Unix, truncated
+│ │ -gzip compressed data, last modified: Sun Mar 19 22:26:58 2017, from Unix
+│ │ +gzip compressed data, was "compressed", last modified: Sun Sep 12 11:59:26 2021, max compression, from Unix
 │ ├── compressed
 │ │ @@ -1 +1 @@
 │ │ -asdf


=====================================
tests/test_presenters.py
=====================================
@@ -85,7 +85,7 @@ def test_text_option_is_default(capsys):
     assert out == get_data("output.txt")
 
 
- at skip_unless_file_version_is_at_least("5.39")
+ at skip_unless_file_version_is_at_least("5.43")
 def test_text_proper_indentation(capsys):
     out = run(capsys, pair=("archive1.tar", "archive2.tar"))
 



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/44ebd188adad543ba2a5bd81ed5a7e6436b36784

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/44ebd188adad543ba2a5bd81ed5a7e6436b36784
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20221223/82a04980/attachment.htm>


More information about the rb-commits mailing list