Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
memcached.11124
memcached-issue_67.t.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File memcached-issue_67.t.patch of Package memcached.11124
Index: memcached-1.4.39/t/issue_67.t =================================================================== --- memcached-1.4.39.orig/t/issue_67.t 2019-09-03 16:00:55.969365045 +0200 +++ memcached-1.4.39/t/issue_67.t 2019-09-03 16:01:42.565635795 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/perl use strict; -use Test::More tests => 22; +use Test::More tests => 20; use FindBin qw($Bin); use lib "$Bin/lib"; use MemcachedTest; @@ -78,7 +78,6 @@ when('specifying udp port', '-U 11222', when('specifying tcp ephemeral port', '-p -1', 0, 0); when('specifying udp ephemeral port', '-U -1', 0, 0); when('tcp port disabled', '-p 0', -1, -1); -when('udp port disabled', '-U 0', -1, -1); when('specifying tcp and udp ports', '-p 11232 -U 11233', 11232, 11233); when('specifying tcp and disabling udp', '-p 11242 -U 0', 11242, -1); when('specifying udp and disabling tcp', '-p -1 -U 11252', 0, 11252);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor