From 121f0961b4d851fa980b6b200a0d3fec66987817 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Thu, 13 Apr 2017 20:26:40 +0200 Subject: 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. --- t/txinfo-no-clutter.sh | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1