diff options
author | Jim Meyering <meyering@redhat.com> | 2009-10-30 11:09:50 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-10-30 12:50:31 +0100 |
commit | 71c2f881558e46f79bc4c515b34953a59ba8c50d (patch) | |
tree | dde3a2245d1601274f9edd4b98bd258c9f9cb2dd /.x-sc_prohibit_fail_0 | |
parent | 3c88587b2eadee11413f4207abbbf13af07c438d (diff) | |
download | coreutils-71c2f881558e46f79bc4c515b34953a59ba8c50d.tar.xz |
tests: prohibit fail=0 initialization
* cfg.mk (sc_prohibit_fail_0): New rule.
* .x-sc_prohibit_fail_0: New file.
* Makefile.am (syntax_check_exceptions): Distribute the new file.
Diffstat (limited to '.x-sc_prohibit_fail_0')
-rw-r--r-- | .x-sc_prohibit_fail_0 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.x-sc_prohibit_fail_0 b/.x-sc_prohibit_fail_0 new file mode 100644 index 000000000..7fa41fd6b --- /dev/null +++ b/.x-sc_prohibit_fail_0 @@ -0,0 +1,3 @@ +\.mk$ +/Makefile\.am$ +^tests/test-lib\.sh$ |