From: Stefano Lattarini Date: Wed, 18 Apr 2012 16:31:24 +0000 (+0200) Subject: hacking: fix typo X-Git-Tag: v1.12~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdf80a97edf2cc9b280a3effbe966915a5db77cc;p=thirdparty%2Fautomake.git hacking: fix typo * HACKING (Test suite): Refer to file 't/README', not to the non-existent 'tests/README'. Signed-off-by: Stefano Lattarini --- diff --git a/HACKING b/HACKING index c57da677e..70e6f9633 100644 --- a/HACKING +++ b/HACKING @@ -210,7 +210,7 @@ * 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