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 c57da67..70e6f96 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