summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2016-07-27 22:21:58 +0200
committerJulian Andres Klode <jak@debian.org>2016-10-05 12:02:19 +0200
commitdf47efeb5764bba8ac4789727f9ffe970e5cd756 (patch)
treef3582e3a74f911949eb6a9b87adf31275c3f468c /test
parent6a6bcc4b3365a4455539271f87be1fa55ea237f1 (diff)
(error) va_list 'args' was opened but not closed by va_end()
Reported-By: cppcheck Gbp-Dch: Ignore (cherry picked from commit 196d590a99e309764e07c9dc23ea98897eebf53a)
Diffstat (limited to 'test')
-rwxr-xr-xtest/integration/test-releasefile-verification2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-releasefile-verification b/test/integration/test-releasefile-verification
index 19d5cb9bc..ebdb4d641 100755
--- a/test/integration/test-releasefile-verification
+++ b/test/integration/test-releasefile-verification
@@ -296,7 +296,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() {