From: Stefano Lattarini Date: Tue, 12 Apr 2011 16:02:26 +0000 (+0200) Subject: tests cosmetics: remove redundant definitions of variable $tab X-Git-Tag: ylwrap-refactor-abandoned-branch~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f16c2e9bb84027e6b42d74f7906db5ccdcd086d;p=thirdparty%2Fautomake.git 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. --- diff --git a/ChangeLog b/ChangeLog index 120e385be..871aadf2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-04-12 Stefano Lattarini + + 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 yacc: add some tests on bison support (still xfailing) diff --git a/tests/yacc-d-basic.test b/tests/yacc-d-basic.test index 6cb5e991c..53132b6d7 100755 --- a/tests/yacc-d-basic.test +++ b/tests/yacc-d-basic.test @@ -23,7 +23,6 @@ required=yacc set -e -tab=' ' distdir=$me-1.0 cat >> configure.in << 'END' diff --git a/tests/yacc-d-cxx.test b/tests/yacc-d-cxx.test index a8de6b370..67e4dabda 100755 --- a/tests/yacc-d-cxx.test +++ b/tests/yacc-d-cxx.test @@ -23,7 +23,6 @@ required=yacc set -e -tab=' ' distdir=$me-1.0 write_parse ()