summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-22 23:01:37 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-22 23:01:37 +0200
commit91251075fe9dc9e36ccad3155602d2360d192a9c (patch)
tree99e807c6c01787b6b9955c859dc0597f5dae0c21 /t/README
parent19c56b1d1295120cc33503dd90d218d486656d5d (diff)
downloadautomake-91251075fe9dc9e36ccad3155602d2360d192a9c.tar.gz
readme: subsections "Do" and "Do not" in 't/README' merged
* t/README (Writing test cases): Merge subsections "Do" and "Do not". The distinction was rather artificial, and more confusing than helpful. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/README')
-rw-r--r--t/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/t/README b/t/README
index 57cab89d4..b666d6bdc 100644
--- a/t/README
+++ b/t/README
@@ -137,10 +137,6 @@ Reporting failures
Writing test cases
==================
-
-Do
---
-
If you plan to fix a bug, write the test case first. This way you'll
make sure the test catches the bug, and that it succeeds once you have
fixed the bug.
@@ -274,10 +270,6 @@ Do
TESTS in Makefile.am, add it to XFAIL_TESTS in addition if needed,
write a ChangeLog entry, send the diff to <automake-patches@gnu.org>.
-
-Do not
-------
-
In test scripts, prefer using POSIX constructs over their old
Bourne-only equivalents: