diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:16:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:16:21 +0000 |
commit | fedf85d612de15c1c1390ea36a1f5f72f142f166 (patch) | |
tree | 7981da5c0ddde0ba7f618c177726752a4c597067 /test/integration/test-releasefile-verification | |
parent | Releasing progress-linux version 2.7.12-0.0~progress7.99u1. (diff) | |
download | apt-fedf85d612de15c1c1390ea36a1f5f72f142f166.tar.xz apt-fedf85d612de15c1c1390ea36a1f5f72f142f166.zip |
Merging upstream version 2.7.13.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/integration/test-releasefile-verification')
-rwxr-xr-x | test/integration/test-releasefile-verification | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-releasefile-verification b/test/integration/test-releasefile-verification index 5f873b8..8104276 100755 --- a/test/integration/test-releasefile-verification +++ b/test/integration/test-releasefile-verification @@ -465,7 +465,7 @@ successfulaptgetupdate() { if [ -n "$1" ]; then testsuccess grep "$1" rootdir/tmp/testwarning.output fi - testsuccess grep 'uses weak digest algorithm' rootdir/tmp/testwarning.output + testsuccess grep 'uses weak algorithm' rootdir/tmp/testwarning.output } runtest3 'Weak' |