Skip to content

Commit 5be1d35

Browse files
committed
Don't try to test removed script
1 parent ad60a8c commit 5be1d35

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

t/run.t

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
#!/usr/bin/perl
2-
# $Id: gprintify 257533 2009-05-23 12:45:15Z guillomovitch $
32

43
use strict;
54
use warnings;
65

76
use IPC::Run qw/run/;
8-
use Test::More tests => 72;
7+
use Test::More tests => 66;
98
use FindBin qw/$Bin/;
109
use File::Temp qw/tempdir/;
1110

@@ -18,7 +17,6 @@ my @progs = (
1817
"clean_perl",
1918
"fix_eol",
2019
"fix_file_permissions",
21-
"fix_mo",
2220
"fix_pamd",
2321
"fix_xdg",
2422
"lib_symlinks",

0 commit comments

Comments
 (0)