]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests cosmetics: remove redundant definitions of variable $tab
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 12 Apr 2011 16:02:26 +0000 (18:02 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 12 Apr 2011 16:02:26 +0000 (18:02 +0200)
* tests/yacc-d-basic.test ($tab): Remove definition: it's already
defined in `tests/defs'.
* tests/yacc-d-cxx.test: Likewise.

ChangeLog
tests/yacc-d-basic.test
tests/yacc-d-cxx.test

index 120e385be08767488f33b62bebbbec84839c527e..871aadf2c679793ae774848d93622a923f7a1617 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-04-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tests cosmetics: remove redundant definitions of variable $tab
+       * tests/yacc-d-basic.test ($tab): Remove definition: it's already
+       defined in `tests/defs'.
+       * tests/yacc-d-cxx.test: Likewise.
+
 2011-04-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        yacc: add some tests on bison support (still xfailing)
index 6cb5e991cb6c8e236901286cfb6ae0fc222c0654..53132b6d782622fc8ed519c5b12d68c16fb71382 100755 (executable)
@@ -23,7 +23,6 @@ required=yacc
 
 set -e
 
-tab='  '
 distdir=$me-1.0
 
 cat >> configure.in << 'END'
index a8de6b370eea8efde31f284565890865412673c4..67e4dabdac02708de4eb945add6bc8849089f482 100755 (executable)
@@ -23,7 +23,6 @@ required=yacc
 
 set -e
 
-tab='  '
 distdir=$me-1.0
 
 write_parse ()