Fixed tests to build on Perl without dot in INC

f38
Jitka Plesnikova 8 years ago
parent 244a9827b2
commit 8a6a5d2254

@ -0,0 +1,12 @@
diff -up os-autoinst-97928a217534270621c278b0442b12f9b3f46419/snd2png/test.pnm.md5.orig os-autoinst-97928a217534270621c278b0442b12f9b3f46419/snd2png/test.pnm.md5
diff -up os-autoinst-97928a217534270621c278b0442b12f9b3f46419/t/06-pod-coverage.t.orig os-autoinst-97928a217534270621c278b0442b12f9b3f46419/t/06-pod-coverage.t
--- os-autoinst-97928a217534270621c278b0442b12f9b3f46419/t/06-pod-coverage.t.orig 2017-06-15 09:58:56.477622982 +0200
+++ os-autoinst-97928a217534270621c278b0442b12f9b3f46419/t/06-pod-coverage.t 2017-06-15 09:59:24.148502218 +0200
@@ -3,6 +3,7 @@
use strict;
use warnings;
+BEGIN { push @INC, '.'; }
use Test::More;
use Test::Warnings;
use Pod::Coverage;

@ -46,6 +46,7 @@ License: GPLv2+
Group: Development/System Group: Development/System
URL: https://os-autoinst.github.io/openQA/ URL: https://os-autoinst.github.io/openQA/
Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{github_name}-%{github_commit}.tar.gz Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{github_name}-%{github_commit}.tar.gz
Patch0: os-autoinst-Fix-building-on-Perl-without-dot-in-INC.patch
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
@ -220,6 +221,7 @@ make check VERBOSE=1
%changelog %changelog
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 4.4-19.20170410git97928a2 * Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 4.4-19.20170410git97928a2
- Perl 5.26 rebuild - Perl 5.26 rebuild
- Fixed tests to build on Perl without dot in INC
* Mon Apr 10 2017 Adam Williamson <awilliam@redhat.com> - 4.4-18.20170410git97928a2 * Mon Apr 10 2017 Adam Williamson <awilliam@redhat.com> - 4.4-18.20170410git97928a2
- Bump to latest git again - Bump to latest git again

Loading…
Cancel
Save