diff options
author | Zach van Rijn <me@zv.io> | 2022-04-23 15:22:53 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-05-01 17:06:03 -0500 |
commit | b5e66730213d7a779141ea9e47392f7d08bd757d (patch) | |
tree | 51bc60021c8abf5947123d32836c3bb7d77845c9 /system/texinfo/disable-layout_formatting_plaintext-test.patch | |
parent | a47d766a5869f1c5dec628b8470c5c90b9183912 (diff) | |
download | packages-b5e66730213d7a779141ea9e47392f7d08bd757d.tar.gz packages-b5e66730213d7a779141ea9e47392f7d08bd757d.tar.bz2 packages-b5e66730213d7a779141ea9e47392f7d08bd757d.tar.xz packages-b5e66730213d7a779141ea9e47392f7d08bd757d.zip |
system/texinfo: disable problematic test. fixes #594.
Diffstat (limited to 'system/texinfo/disable-layout_formatting_plaintext-test.patch')
-rw-r--r-- | system/texinfo/disable-layout_formatting_plaintext-test.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/texinfo/disable-layout_formatting_plaintext-test.patch b/system/texinfo/disable-layout_formatting_plaintext-test.patch new file mode 100644 index 000000000..7840cac13 --- /dev/null +++ b/system/texinfo/disable-layout_formatting_plaintext-test.patch @@ -0,0 +1,11 @@ +diff -ur a/tp/tests/Makefile.in b/tp/tests/Makefile.in +--- a/tp/tests/Makefile.in 2022-04-23 15:20:38.150000000 +0000 ++++ b/tp/tests/Makefile.in 2022-04-23 15:20:58.450000000 +0000 +@@ -1618,7 +1618,6 @@ + test_scripts/layout_formatting_weird_quotes.sh \ + test_scripts/layout_formatting_html.sh \ + test_scripts/layout_formatting_html_nodes.sh \ +- test_scripts/layout_formatting_plaintext.sh \ + test_scripts/layout_formatting_mathjax.sh \ + test_scripts/layout_formatting_html32.sh \ + test_scripts/layout_formatting_regions.sh \ |