From e73bb23f4f1165c3fd387308e7f76684fabc8c0e Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Sun, 23 Sep 2012 22:29:25 +0200 Subject: df: add a test for the --output option * tests/df/df-output.sh: Add a test case. * tests/local.mk (all_tests): Mention the test. * cfg.mk (sc_file_system): Exempt the test from this syntax-check. --- cfg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg.mk') diff --git a/cfg.mk b/cfg.mk index 53295b4c7..2ddf4149b 100644 --- a/cfg.mk +++ b/cfg.mk @@ -554,7 +554,7 @@ exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = ^tests/pr/ exclude_file_name_regexp--sc_program_name = \ ^(gl/.*|lib/euidaccess-stat|src/make-prime-list)\.c$$ exclude_file_name_regexp--sc_file_system = \ - NEWS|^(init\.cfg|src/df\.c|tests/df/df-P\.sh)$$ + NEWS|^(init\.cfg|src/df\.c|tests/df/df-P\.sh|tests/df/df-output\.sh)$$ exclude_file_name_regexp--sc_prohibit_always_true_header_tests = \ ^m4/stat-prog\.m4$$ exclude_file_name_regexp--sc_prohibit_fail_0 = \ -- cgit v1.2.3-54-g00ecf