summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2012-07-02 20:40:01 +0200
committerPádraig Brady <P@draigBrady.com>2012-07-02 20:41:40 +0200
commit8285c2aca0ee81ca2ce0507084259de8384e809f (patch)
tree5e592dc645f74744bab5a396d3f129c85628bd82
parentf0cb202d55890913ebf0ee5d9ada6d3521f812dc (diff)
downloadcoreutils-8285c2aca0ee81ca2ce0507084259de8384e809f.tar.xz
maint: sc_prohibit_fail_0: update a stale comment
* cfg.mk (sc_prohibit_fail_0): Following on from commit v8.0-79-g71c2f88, update the comment to match.
-rw-r--r--cfg.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/cfg.mk b/cfg.mk
index 36458a489..ef8a2c8b9 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -263,9 +263,7 @@ sc_prohibit_emacs__indent_tabs_mode__setting:
halt='use of emacs indent-tabs-mode: setting' \
$(_sc_search_regexp)
-# Ensure that each file that contains fail=1 also contains fail=0.
-# Otherwise, setting file=1 in the environment would make tests fail
-# unexpectedly.
+# Ensure that tests don't include a redundant fail=0.
sc_prohibit_fail_0:
@prohibit='\<fail=0\>' \
halt='fail=0 initialization' \