diff --git a/0001-Type-a-bit-slower-in-the-full_stack-test.patch b/0001-Type-a-bit-slower-in-the-full_stack-test.patch deleted file mode 100644 index ab40756..0000000 --- a/0001-Type-a-bit-slower-in-the-full_stack-test.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 76a8d7dd04c63ab3d0308ca01564bffd305452fa Mon Sep 17 00:00:00 2001 -From: Adam Williamson -Date: Thu, 20 Jul 2017 18:15:01 -0700 -Subject: [PATCH] Type a bit slower in the full_stack test - -Seems like this console typing often fails to be perfect on -Rawhide, and we can't really do a lot about it. So let's just -slow it down to try and make the test pass more reliably. ---- - t/data/tests/tests/boot.pm | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/t/data/tests/tests/boot.pm b/t/data/tests/tests/boot.pm -index 646c162..9b82b8f 100644 ---- a/t/data/tests/tests/boot.pm -+++ b/t/data/tests/tests/boot.pm -@@ -45,7 +45,7 @@ RFB found a second and more enduring use when VNC was developed. VNC was release - When ORL was closed in 2002 some of the key people behind VNC and RFB formed [[RealVNC]], Ltd., in order to continue development of VNC and to maintain the RFB protocol. The current RFB protocol is published on the RealVNC website. - END - -- type_string $text; -+ type_string $text, max_interval => 150; - type_string "\nEOF\n"; - script_run "echo '924095f2cb4d622a8796de66a5e0a44a text' > text.md5"; - assert_script_run 'md5sum -c text.md5'; --- -2.13.0 - diff --git a/os-autoinst-Fix-building-on-Perl-without-dot-in-INC.patch b/os-autoinst-Fix-building-on-Perl-without-dot-in-INC.patch deleted file mode 100644 index 671c396..0000000 --- a/os-autoinst-Fix-building-on-Perl-without-dot-in-INC.patch +++ /dev/null @@ -1,12 +0,0 @@ -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;