We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6726c commit 21d0f2cCopy full SHA for 21d0f2c
1 file changed
test/cfg/runtests.sh
@@ -522,7 +522,7 @@ function check_file {
522
kde.cpp)
523
# TODO: "kde-4config" is no longer commonly available in recent distros
524
#kde_fn
525
- "${CPPCHECK}" "${CPPCHECK_OPT[@]}" --library="$lib" --library=qt "${DIR}""$f"
+ cppcheck_run --library="$lib" --library=qt "${DIR}""$f"
526
;;
527
libcurl.c)
528
libcurl_fn
0 commit comments