diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:30:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:30:11 +0000 |
commit | b4f7d8b1566e3220d0e9004499ef9c257e079c57 (patch) | |
tree | ce0468ca8cf21380bef3d2aaacc9fcb30116e757 /t | |
parent | Releasing progress-linux version 1.22.6-0.0~progress7.99u1. (diff) | |
download | dpkg-b4f7d8b1566e3220d0e9004499ef9c257e079c57.tar.xz dpkg-b4f7d8b1566e3220d0e9004499ef9c257e079c57.zip |
Merging upstream version 1.22.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't')
-rw-r--r-- | t/cppcheck.t | 1 | ||||
-rw-r--r-- | t/pod-spell.t | 3 | ||||
-rw-r--r-- | t/shellcheck.t | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/t/cppcheck.t b/t/cppcheck.t index 28d420f..f70cf3e 100644 --- a/t/cppcheck.t +++ b/t/cppcheck.t @@ -32,6 +32,7 @@ my @cppcheck_opts = (qw( --force --error-exitcode=2 --inline-suppr + --check-level=exhaustive --suppressions-list=t/cppcheck/cppcheck.supp --std=c99 --std=c++03 -Ilib diff --git a/t/pod-spell.t b/t/pod-spell.t index 5edaa64..1a1842d 100644 --- a/t/pod-spell.t +++ b/t/pod-spell.t @@ -51,8 +51,10 @@ ORed OpenPGP RCS XDG +ar archqual backport +build-indep buildinfo bzip2 bzr @@ -60,6 +62,7 @@ canonicalized checksum checksums cmdline +ctrl debian decompressor dep diff --git a/t/shellcheck.t b/t/shellcheck.t index 6afc1fb..046bbb3 100644 --- a/t/shellcheck.t +++ b/t/shellcheck.t @@ -34,6 +34,7 @@ my @todofiles = qw( my @files = qw( autogen build-aux/gen-release + build-aux/get-vcs-id build-aux/get-version build-aux/run-script debian/dpkg.cron.daily @@ -41,7 +42,6 @@ my @files = qw( src/dpkg-db-backup.sh src/dpkg-db-keeper.sh src/dpkg-maintscript-helper.sh - src/dpkg-realpath.sh ); my @shellcheck_opts = ( '--external-sources', # Allow checking external source files. |