]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: fix issues in syntax-check
authorAkim Demaille <akim.demaille@gmail.com>
Sun, 4 Aug 2019 18:02:01 +0000 (11:02 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Aug 2019 18:11:16 +0000 (11:11 -0700)
commit0e2d4e14256c83f235484c6657a748cca3d89c0c
tree4ee3b229bef993a7d33792062265c30b5fc00708
parent07f811a3c02d3d6dc1943030afccdfdcf7ac1e5e
maint: fix issues in syntax-check

* cfg.mk (sc_prohibit_colon_redirection): Don't expect `|` to denote
the pipe character in git grep.
(sc_tests_executable)
(sc_case_insensitive_file_names)
(sc_some_programs_must_avoid_exit_failure)
(sc_prohibit_test_background_without_cleanup_)
(sc_prohibit_test_calls_print_ver_with_irrelevant_argument)
(sc_prohibit_test_ulimit_without_require_)
(sc_prohibit_test_background_without_cleanup_)
(sc_THANKS_in_duplicates)
*sc_prohibit_test_calls_print_ver_with_irrelevant_argument):
Don't expect builddir to be a descendant of srcdir.
(sc_strftime_check): Don't check file size against 0 when "N\nq\n" was
already put in the file.
* THANKS.in: Remove me.
THANKS.in
cfg.mk