]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/hl_mod.t
build: add "git-dist" target for making gzipped tarballs
[public-inbox.git] / t / hl_mod.t
index fc7b712cea6945a4031274e63d0c05c6ed669e16..52ef39dcbd2651ab592219cdff31e4542dd16e59 100644 (file)
@@ -31,9 +31,6 @@ my $orig = $str;
                my $cmd = [ qw(w3m -T text/html -dump -config /dev/null) ];
                my ($out, $err) = ('', '');
 
-               # workaround https://bugs.debian.org/927409
-               $$ref =~ s/'/'/sg;
-
                IPC::Run::run($cmd, \('<pre>'.$$ref.'</pre>'), \$out, \$err);
                # expand tabs and normalize whitespace,
                # w3m doesn't preserve tabs