[Git][reproducible-builds/diffoscope][master] Test for "4.4" in the output of "squashfs -version", even though the Debian...

Chris Lamb gitlab at salsa.debian.org
Sun Aug 25 13:47:45 UTC 2019



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
7cecd8a9 by Chris Lamb at 2019-08-25T13:46:30Z
Test for "4.4" in the output of "squashfs -version", even though the Debian package version is "1:4.3+git190823-1". Thanks, Mattia. (Re: reproducible-builds/diffoscope#62)

Gbp-Dch: ignore

- - - - -


1 changed file:

- tests/comparators/test_squashfs.py


Changes:

=====================================
tests/comparators/test_squashfs.py
=====================================
@@ -29,7 +29,7 @@ from ..utils.nonexisting import assert_non_existing
 
 def unsquashfs_version():
     # first line of 'unsquashfs -version' looks like:
-    #   unsquashfs version 4.2-git (2013/03/13)
+    #   unsquashfs version 4.4pre-git (2019/08/15)
     try:
         out = subprocess.check_output(['unsquashfs', '-version'])
     except subprocess.CalledProcessError as e:
@@ -62,7 +62,7 @@ def differences(squashfs1, squashfs2):
 
 
 @skip_unless_tool_is_at_least(
-    'unsquashfs', unsquashfs_version, '4.3+git190823'
+    'unsquashfs', unsquashfs_version, '4.4'
 )
 def test_superblock(differences):
     expected_diff = get_data('squashfs_superblock_expected_diff')



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

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/7cecd8a984a1706b10df23080fc87e1bcb3751d9
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/20190825/7d14a4ae/attachment.html>


More information about the rb-commits mailing list