Commits (2)
......@@ -659,7 +659,7 @@ def run_diffoscope(parsed_args):
ProfileManager().setup(parsed_args)
PresenterManager().configure(parsed_args)
if not tlsh and "PYTEST_CURRENT_TEST" not in os.environ:
logger.warning(
logger.info(
'Fuzzy-matching is currently disabled as the "tlsh" module is unavailable.'
)
......
......@@ -8,7 +8,7 @@
│ ├── filetype from file(1)
│ │ @@ -1 +1 @@
│ │ -gzip compressed data, max compression, from Unix
│ │ +gzip compressed data, was "compressed", last modified: Sun Mar 19 22:27:42 2017, max compression, from Unix
│ │ +gzip compressed data, was "compressed", last modified: Sun Mar 19 22:27:42 2017, max compression, from Unix, truncated
│ ├── compressed
│ │ @@ -1 +1 @@
│ │ -a
......
......@@ -86,7 +86,7 @@ def test_text_option_is_default(capsys):
assert out == get_data("output.txt")
@skip_unless_file_version_is_at_least("5.37")
@skip_unless_file_version_is_at_least("5.39")
def test_text_proper_indentation(capsys):
out = run(capsys, pair=("archive1.tar", "archive2.tar"))
......