]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
hacking: fix typo
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 18 Apr 2012 16:31:24 +0000 (18:31 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 18 Apr 2012 16:31:24 +0000 (18:31 +0200)
* HACKING (Test suite): Refer to file 't/README', not to the
non-existent 'tests/README'.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
HACKING

diff --git a/HACKING b/HACKING
index c57da677e6376a99d892e35d66d55f6e33454acd..70e6f9633a6fb5fdc84a34c97de946979eeb1666 100644 (file)
--- a/HACKING
+++ b/HACKING
 * Use perl coverage information to ensure your new code is thoroughly
   tested by your new tests.
 
-* See file 'tests/README' for more information.
+* See file 't/README' for more information.
 
 ================================================================
 = Release procedure