diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2017-04-13 20:26:40 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2017-04-13 20:26:40 +0200 |
commit | 121f0961b4d851fa980b6b200a0d3fec66987817 (patch) | |
tree | b1b68695c4f653f54730e8e8bd7cbbbb07ebce6c | |
parent | f285f0f4ccef9689266fef86402cf5ceec7750e0 (diff) | |
download | automake-121f0961b4d851fa980b6b200a0d3fec66987817.tar.gz automake-121f0961b4d851fa980b6b200a0d3fec66987817.tar.bz2 automake-121f0961b4d851fa980b6b200a0d3fec66987817.zip |
tests: Update "t/txinfo-no-clutter.sh".
This is workaround to a regression introduced by
48107579abadbe857c8299c38d2ca0a3f8f354c8. With current
"lib/texinfo.tex", 'texi2dvi' is not able to produce a valid output
for a Texinfo document containing a @synindex command. As a
consequence the test "t/txinfo-no-clutter.sh" was failing.
* t/txinfo-no-clutter.sh: Remove use of @synindex command.
-rw-r--r-- | t/txinfo-no-clutter.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/txinfo-no-clutter.sh b/t/txinfo-no-clutter.sh index 0152390ee..4497161d1 100644 --- a/t/txinfo-no-clutter.sh +++ b/t/txinfo-no-clutter.sh @@ -65,7 +65,6 @@ cat > baz.texi << 'END' @defindex au @defindex sa @defindex sb -@synindex sa sb @node Top Hello walls. @cindex foo |