diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:31:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:31:23 +0000 |
commit | 0d707535134d076e4074fc42997746f6bded1660 (patch) | |
tree | 629e636f10bbaaeea3603f6d9e02c0c4fad61211 /src/at/testsuite | |
parent | Releasing progress-linux version 1.22.7-0.0~progress7.99u1. (diff) | |
download | dpkg-0d707535134d076e4074fc42997746f6bded1660.tar.xz dpkg-0d707535134d076e4074fc42997746f6bded1660.zip |
Merging upstream version 1.22.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/at/testsuite')
-rwxr-xr-x | src/at/testsuite | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/at/testsuite b/src/at/testsuite index c335b8d..ceb5513 100755 --- a/src/at/testsuite +++ b/src/at/testsuite @@ -1000,7 +1000,7 @@ fi # List of tests. if $at_list_p; then cat <<_ATEOF || at_write_fail=1 -dpkg 1.22.7 test suite: dpkg tools functional test suite test groups: +dpkg 1.22.8 test suite: dpkg tools functional test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS @@ -1041,7 +1041,7 @@ _ATEOF exit $at_write_fail fi if $at_version_p; then - printf "%s\n" "$as_me (dpkg 1.22.7)" && + printf "%s\n" "$as_me (dpkg 1.22.8)" && cat <<\_ATEOF || at_write_fail=1 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1241,11 +1241,11 @@ exec 5>>"$at_suite_log" # Banners and logs. printf "%s\n" "## --------------------------------------------------------- ## -## dpkg 1.22.7 test suite: dpkg tools functional test suite. ## +## dpkg 1.22.8 test suite: dpkg tools functional test suite. ## ## --------------------------------------------------------- ##" { printf "%s\n" "## --------------------------------------------------------- ## -## dpkg 1.22.7 test suite: dpkg tools functional test suite. ## +## dpkg 1.22.8 test suite: dpkg tools functional test suite. ## ## --------------------------------------------------------- ##" echo @@ -2105,7 +2105,7 @@ _ASBOX printf "%s\n" "Please send $at_msg and all information you think might help: To: <debian-dpkg@lists.debian.org> - Subject: [dpkg 1.22.7] $as_me: $at_msg1$at_msg2 + Subject: [dpkg 1.22.8] $as_me: $at_msg1$at_msg2 You may investigate any problem if you feel able to do so, in which case the test suite provides a good starting point. Its output may |