提交 95c8ddd2 编写于 作者: J Jim Meyering

maint: add syntax-check rule to prohibit use of test's -a operator

* cfg.mk (sc_prohibit_test_minus_a): New rule.
上级 7998714d
......@@ -269,6 +269,12 @@ sc_preprocessor_indentation:
echo '$(ME): skipping test $@: cppi not installed' 1>&2; \
fi
# Using test's -a operator is not portable.
sc_prohibit_test_minus_a:
@re='\<test .+ -[a] ' \
msg='use "test C1 && test C2, not "test C1 -''a C2"' \
$(_prohibit_regexp)
sc_copyright_format:
@$(VC_LIST_EXCEPT) | xargs grep -ni 'copyright .*Red 'Hat \
| grep -v Inc \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册