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=3d1b7ca2b340668d9639d5157f6d7729b598edf3

commit 3d1b7ca2b340668d9639d5157f6d7729b598edf3
Author: Guillem Jover <[email protected]>
AuthorDate: Sat Mar 19 19:44:25 2022 +0100

    test: Place deb-old and deb checks on their own test groups
    
    This will guarantee no accidental collisions in test artifacts happen,
    and allow to select these tests on their own keywords.
---
 src/at/deb-format.at | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

diff --git a/src/at/deb-format.at b/src/at/deb-format.at
index 9fe6b17b2..c167737f2 100644
--- a/src/at/deb-format.at
+++ b/src/at/deb-format.at
@@ -7,15 +7,8 @@ AT_CHECK([dpkg-deb --help], [], [ignore])
 AT_CLEANUP
 
 
-AT_SETUP([dpkg-deb .deb format])
-AT_KEYWORDS([dpkg-deb deb])
-
-AT_DATA([pkg-deb-bogus-empty.deb], [])
-AT_CHECK([
-# Check truncated deb w/ 0 size
-dpkg-deb --info pkg-deb-bogus-empty.deb
-], [2], [], [dpkg-deb: error: unexpected end of file in archive magic version 
number in pkg-deb-bogus-empty.deb
-])
+AT_SETUP([dpkg-deb .deb format 0.93x])
+AT_KEYWORDS([dpkg-deb deb-old])
 
 AT_DATA([pkg-deb-old-bogus-only-version.deb], [0.93
 ])
@@ -25,6 +18,19 @@ dpkg-deb --info pkg-deb-old-bogus-only-version.deb
 ], [2], [], [dpkg-deb: error: unexpected end of file in archive control member 
size in pkg-deb-old-bogus-only-version.deb
 ])
 
+AT_CLEANUP
+
+
+AT_SETUP([dpkg-deb .deb format 2.x])
+AT_KEYWORDS([dpkg-deb deb])
+
+AT_DATA([pkg-deb-bogus-empty.deb], [])
+AT_CHECK([
+# Check truncated deb w/ 0 size
+dpkg-deb --info pkg-deb-bogus-empty.deb
+], [2], [], [dpkg-deb: error: unexpected end of file in archive magic version 
number in pkg-deb-bogus-empty.deb
+])
+
 DPKG_GEN_CONTROL([pkg-deb-format])
 DPKG_MOD_CONTROL([pkg-deb-format],
                  [s/^Description:.*$/& - deb format support/])

-- 
Dpkg.Org's dpkg

Reply via email to