perl-Gearman/Gearman-1.12.008-Do-not-test-usr-sbin-gearmand-from-gearmand-package.patch
2016-06-03 15:42:12 +02:00

33 lines
1.1 KiB
Diff

From d848d6108ab26b2a470db7a921c576588b14f1a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Fri, 3 Jun 2016 15:36:59 +0200
Subject: [PATCH] Do not test /usr/sbin/gearmand from gearmand package
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The non-Perl gearmand is not compatible with the tests.
CPAN RT#68155
Signed-off-by: Petr Písař <ppisar@redhat.com>
---
t/TestGearman.pm | 1 -
1 file changed, 1 deletion(-)
diff --git a/t/TestGearman.pm b/t/TestGearman.pm
index 4058246..807c21c 100644
--- a/t/TestGearman.pm
+++ b/t/TestGearman.pm
@@ -25,7 +25,6 @@ sub start_server {
"$Bin/../../../../../server/gearmand", # using svn and 'disttest'
dirname($^X) . '/gearmand', # local installs (e.g. perlbrew)
'/usr/bin/gearmand', # where some distros might put it
- '/usr/sbin/gearmand', # where other distros might put it
);
my $server = first { -e $_ } @loc
or return 0;
--
2.5.5