diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-07-27 22:21:58 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-07-27 22:42:24 +0200 |
commit | 196d590a99e309764e07c9dc23ea98897eebf53a (patch) | |
tree | d195e1c0d400200f720d5fbfe11c871720883224 /test | |
parent | 4a97f759cd98f3b2518726b348d1b981e8a8e1d6 (diff) |
(error) va_list 'args' was opened but not closed by va_end()
Reported-By: cppcheck
Gbp-Dch: Ignore
Diffstat (limited to 'test')
-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 500c7b0bd..82e48ffa8 100755 --- a/test/integration/test-releasefile-verification +++ b/test/integration/test-releasefile-verification @@ -379,7 +379,7 @@ cat > rootdir/etc/apt/apt.conf.d/weaken-security <<EOF Acquire::AllowInsecureRepositories "1"; Acquire::AllowDowngradeToInsecureRepositories "1"; EOF -# the hash marked as configureable in our gpgv method +# the hash marked as configurable in our gpgv method export APT_TESTS_DIGEST_ALGO='SHA224' successfulaptgetupdate() { |