This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=1ae1df77def762243315002a32ad081e5360e24e commit 1ae1df77def762243315002a32ad081e5360e24e Author: Guillem Jover <[email protected]> AuthorDate: Wed Dec 7 18:29:24 2022 +0100 test: Skip deb-format tests if gzip is not present --- src/at/deb-format.at | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/at/deb-format.at b/src/at/deb-format.at index 69182bd09..2228af51c 100644 --- a/src/at/deb-format.at +++ b/src/at/deb-format.at @@ -10,6 +10,8 @@ AT_CLEANUP AT_SETUP([dpkg-deb .deb format 0.93x]) AT_KEYWORDS([dpkg-deb deb-old]) +AT_SKIP_IF([! command -v gzip >/dev/null]) + AT_DATA([pkg-deb-old-bogus-only-version.deb], [0.93 ]) AT_CHECK([ -- Dpkg.Org's dpkg

