From 0e1e0f10df2c45cf0c43633ce0e59a4780308e63 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 9 Nov 2009 15:05:23 +0100 Subject: [PATCH] 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. --- cfg.mk | 2 -- 1 file changed, 2 deletions(-) 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 \ -- 1.8.3.1