summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-04-22 19:34:42 -0700
committerRuss Allbery <eagle@eyrie.org>2018-04-22 19:34:42 -0700
commit3f59a8928f819a034f9c69826fc67305be0546e3 (patch)
tree80489c0ea9a71fceab3753530da29b5fedce21d1 /tests
parent1fb5ffe6cb47622c97630941a00ed0a828bee571 (diff)
Refresh the cppcheck suppression line numbers
Diffstat (limited to 'tests')
-rw-r--r--tests/data/cppcheck.supp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/cppcheck.supp b/tests/data/cppcheck.supp
index 33e72a6..5a421df 100644
--- a/tests/data/cppcheck.supp
+++ b/tests/data/cppcheck.supp
@@ -21,7 +21,7 @@ variableScope
knownConditionTrueFalse:portable/getopt.c:146
// False positive since the string comes from a command-line define.
-knownConditionTrueFalse:tests/tap/remctl.c:75
+knownConditionTrueFalse:tests/tap/remctl.c:79
// Setting the variable to NULL explicitly after deallocation.
redundantAssignment:tests/pam-util/options-t.c