diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:14:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:14:25 +0000 |
commit | edafdc433ddb9e583e39e736cc1e635b83ef824b (patch) | |
tree | c20881397301beaba5fd9aea0861b118a805f989 /test/integration/test-releasefile-verification | |
parent | Adding upstream version 2.7.12. (diff) | |
download | apt-edafdc433ddb9e583e39e736cc1e635b83ef824b.tar.xz apt-edafdc433ddb9e583e39e736cc1e635b83ef824b.zip |
Adding upstream version 2.7.13.upstream/2.7.13
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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' |