You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
perl-RPM2/perl-RPM2-1.0-60_tests.patch

13 lines
386 B
Diff

diff -Nur -x '*.orig' -x '*.rej' RPM2-1.0/test.pl mezzanine_patched_RPM2-1.0/test.pl
--- RPM2-1.0/test.pl 2011-04-01 16:16:49.000000000 +0200
+++ mezzanine_patched_RPM2-1.0/test.pl 2016-03-17 23:20:19.793545248 +0100
@@ -11,7 +11,7 @@
use Test;
use strict;
-BEGIN { plan tests => 62 };
+BEGIN { plan tests => 60 };
use RPM2;
use POSIX;
ok(1); # If we made it this far, we're ok.