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.