Blame SOURCES/texinfo-6.7-fix-function-exit.patch

858e30
diff -up texinfo-6.7/tp/tests/run_parser_all.sh.orig texinfo-6.7/tp/tests/run_parser_all.sh
858e30
--- texinfo-6.7/tp/tests/run_parser_all.sh.orig	2019-08-25 19:11:47.000000000 +0200
858e30
+++ texinfo-6.7/tp/tests/run_parser_all.sh	2021-02-02 14:36:15.290152957 +0100
858e30
@@ -46,7 +46,7 @@ check_latex2html_and_tex4ht ()
858e30
       if echo "$remaining" | grep '[-]init mediawiki.pm' >/dev/null; then
858e30
        if test "$no_html2wiki" = 'yes' ; then
858e30
          echo "S: (no html2wiki) $current"
858e30
-         continue 2
858e30
+         return 2
858e30
        fi
858e30
       fi
858e30
     fi