We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad60a8c commit 5be1d35Copy full SHA for 5be1d35
1 file changed
t/run.t
@@ -1,11 +1,10 @@
1
#!/usr/bin/perl
2
-# $Id: gprintify 257533 2009-05-23 12:45:15Z guillomovitch $
3
4
use strict;
5
use warnings;
6
7
use IPC::Run qw/run/;
8
-use Test::More tests => 72;
+use Test::More tests => 66;
9
use FindBin qw/$Bin/;
10
use File::Temp qw/tempdir/;
11
@@ -18,7 +17,6 @@ my @progs = (
18
17
"clean_perl",
19
"fix_eol",
20
"fix_file_permissions",
21
- "fix_mo",
22
"fix_pamd",
23
"fix_xdg",
24
"lib_symlinks",
0 commit comments