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=87ff5aad393180ffd17714bc331bae069d12edfc

commit 87ff5aad393180ffd17714bc331bae069d12edfc (HEAD -> main)
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Fri Dec 10 15:38:09 2021 +0100

    test: Run the tools with --version
    
    This helps when trying to diagnose whether the executed programs are the
    ones from the build-tree or the ones from the system.
---
 src/at/deb-format.at | 4 ++++
 src/at/deb-split.at  | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/src/at/deb-format.at b/src/at/deb-format.at
index f59374c48..3564c3b1c 100644
--- a/src/at/deb-format.at
+++ b/src/at/deb-format.at
@@ -1,8 +1,12 @@
 AT_SETUP([dpkg-deb options])
 AT_KEYWORDS([dpkg-deb command-line])
+
+AT_CHECK([dpkg-deb --version], [], [ignore])
 AT_CHECK([dpkg-deb --help], [], [ignore])
+
 AT_CLEANUP
 
+
 AT_SETUP([dpkg-deb .deb format])
 AT_KEYWORDS([dpkg-deb deb])
 
diff --git a/src/at/deb-split.at b/src/at/deb-split.at
index 8758505a6..4a790915b 100644
--- a/src/at/deb-split.at
+++ b/src/at/deb-split.at
@@ -1,6 +1,9 @@
 AT_SETUP([dpkg-split options])
 AT_KEYWORDS([dpkg-split command-line])
+
+AT_CHECK([dpkg-split --version], [], [ignore])
 AT_CHECK([dpkg-split --help], [], [ignore])
+
 AT_CLEANUP
 
 AT_SETUP([dpkg-split .deb format])

-- 
Dpkg.Org's dpkg

Reply via email to