changeset 412:995f3476202e

Tests: unbreak upsream hash tests with repcached.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 20 Jun 2014 18:06:36 +0400
parents 17c5a1cc8757
children f620d9529ed6
files upstream_hash_memcached.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/upstream_hash_memcached.t
+++ b/upstream_hash_memcached.t
@@ -97,7 +97,7 @@ my @memopts = ();
 
 if ($memhelp =~ /repcached/) {
 	# repcached patch adds additional listen socket
-	push @memopts, '-X', '8082';
+	push @memopts, '-X', '0';
 }
 if ($memhelp =~ /-U/) {
 	# UDP port is on by default in memcached 1.2.7+