Commit 44ebd188 authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Fix compatibility with file(1) version 5.43. Thanks, Christoph!

parent af1c400f
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ def test_text_option_is_default(capsys):
    assert out == get_data("output.txt")


@skip_unless_file_version_is_at_least("5.39")
@skip_unless_file_version_is_at_least("5.43")
def test_text_proper_indentation(capsys):
    out = run(capsys, pair=("archive1.tar", "archive2.tar"))