From: Jim Meyering Date: Mon, 9 Nov 2009 14:05:23 +0000 (+0100) Subject: tests: enable strcmp-related syntax-check tests X-Git-Tag: 1.0.78~16 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=0e1e0f10df2c45cf0c43633ce0e59a4780308e63;p=libguestfs.git tests: enable strcmp-related syntax-check tests * cfg.mk (local-checks-to-skip): Don't skip these checks: sc_prohibit_strcmp_and_strncmp, sc_prohibit_strcmp. --- diff --git a/cfg.mk b/cfg.mk index 134725a..0c19cc9 100644 --- a/cfg.mk +++ b/cfg.mk @@ -36,8 +36,6 @@ local-checks-to-skip = \ sc_prohibit_quote_without_use \ sc_prohibit_quotearg_without_use \ sc_prohibit_stat_st_blocks \ - sc_prohibit_strcmp_and_strncmp \ - sc_prohibit_strcmp \ sc_space_tab \ sc_two_space_separator_in_usage \ sc_error_message_uppercase \