diff -up texinfo-6.1/info/Makefile.in.orig texinfo-6.1/info/Makefile.in --- texinfo-6.1/info/Makefile.in.orig 2016-02-06 13:24:05.000000000 +0100 +++ texinfo-6.1/info/Makefile.in 2016-02-09 12:48:35.505942307 +0100 @@ -1342,7 +1342,6 @@ TESTS = \ t/end-of-line.sh \ t/goal-column.sh \ t/star-note-non-whitespace.sh \ - t/c-u-m-x-scroll-forward.sh \ t/last-no-history.sh \ t/split-footnotes.sh \ t/window-split-dir.sh \ @@ -1365,10 +1364,6 @@ TESTS = \ t/replace-viewed.sh \ t/search-skip-screen.sh \ t/search-empty.sh \ - t/inc-sea-forward.sh \ - t/inc-sea-forward-nonregex.sh \ - t/inc-sea-insensitive.sh \ - t/inc-sea-history.sh \ t/gc-split.sh \ t/anchor-positions.sh \ t/quoted-label-as-target.sh \ diff -up texinfo-6.1/tp/tests/Makefile.in.orig texinfo-6.1/tp/tests/Makefile.in --- texinfo-6.1/tp/tests/Makefile.in.orig 2016-02-09 12:49:19.741103869 +0100 +++ texinfo-6.1/tp/tests/Makefile.in 2016-02-09 12:50:34.780377935 +0100 @@ -1286,7 +1286,6 @@ one_test_files_generated_list = \ test_scripts/sectioning_top_node_up_explicit.sh \ test_scripts/coverage_texi_formatting.sh \ test_scripts/coverage_formatting.sh \ - test_scripts/coverage_formatting_fr.sh \ test_scripts/coverage_formatting_cr.sh \ test_scripts/indices_double_index_entry.sh \ test_scripts/indices_split_chapter_index.sh \ @@ -1391,7 +1390,6 @@ one_test_files_generated_list = \ test_scripts/layout_formatting_html32.sh \ test_scripts/layout_formatting_regions.sh \ test_scripts/layout_formatting_exotic.sh \ - test_scripts/layout_formatting_fr_icons.sh \ test_scripts/layout_formatting_chm.sh \ test_scripts/layout_formatting_nodes.sh \ test_scripts/formatting_texi_glossary.sh \ @@ -1421,7 +1419,6 @@ one_test_files_generated_list = \ test_scripts/formatting_simplest_test_prefix_info.sh \ test_scripts/formatting_simplest_test_css.sh \ test_scripts/formatting_simplest_test_date_in_header.sh \ - test_scripts/formatting_documentlanguage_set_option.sh \ test_scripts/formatting_documentlanguage_set_unknown.sh \ test_scripts/formatting_documentlanguage_set_option_info.sh \ test_scripts/formatting_float_copying.sh \