File: fix-test.patch

package info (click to toggle)
libhtml-wikiconverter-usemod-perl 0.50-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 116 kB
  • sloc: perl: 230; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix tests
Author: Xavier Guimard <x.guimard@free.fr>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=126931
Last-Update: 2018-08-24

--- a/t/runtests.pl
+++ b/t/runtests.pl
@@ -55,7 +55,6 @@
 sub runtests {
   my %arg = @_;
 
-  $arg{strip_comments} = 1;
   $arg{wrap_in_html} = 1;
   $arg{base_uri} ||= 'http://www.test.com';
   my $minimal = $arg{minimal} || 0;