readme: fix typo in tests/README
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Feb 2012 18:23:50 +0000 (19:23 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Feb 2012 18:23:50 +0000 (19:23 +0100)
tests/README

index bfd5562..529bc59 100644 (file)
@@ -204,7 +204,7 @@ Do
   that configure.in registers Makefile.in but do not output anything by
   default.  If you need ./configure to create Makefile, append AC_OUTPUT
   to configure.in.  In case you don't want ./defs to pre-populate your
-  test directory (which is a rare occurrence), set `$am_create_destdir'
+  test directory (which is a rare occurrence), set `$am_create_testdir'
   to "empty" before sourcing ./defs.
 
   By default, the testcases are run with the `errexit' shell flag on,