]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: adjust exemption to track renamed test script
authorJim Meyering <meyering@redhat.com>
Fri, 20 Jul 2012 13:10:12 +0000 (15:10 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 20 Jul 2012 13:10:14 +0000 (15:10 +0200)
* cfg.mk (exclude_file_name_regexp--sc_file_system): Sync this
exemption regexp to match renamed tests/df/df-P.  This avoids
a "make syntax-check" failure.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 790238ca0291598602626f73fa7d46b92ec3da23..f7805111b8375267df34476731615fcc238b8867 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -467,7 +467,7 @@ exclude_file_name_regexp--sc_prohibit_always-defined_macros = \
 exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = ^tests/pr/
 exclude_file_name_regexp--sc_program_name = ^(gl/.*|lib/euidaccess-stat)\.c$$
 exclude_file_name_regexp--sc_file_system = \
-  NEWS|^(tests/init\.cfg|src/df\.c|tests/misc/df-P)$$
+  NEWS|^(tests/init\.cfg|src/df\.c|tests/df/df-P)$$
 exclude_file_name_regexp--sc_prohibit_always_true_header_tests = \
   ^m4/stat-prog\.m4$$
 exclude_file_name_regexp--sc_prohibit_fail_0 = \