diff --git a/t/binary-sasl.t b/t/binary-sasl.t index 85ef069..79e4836 100755 --- a/t/binary-sasl.t +++ b/t/binary-sasl.t @@ -92,7 +92,7 @@ use constant RES_MAGIC => 0x81; my $pwd=getcwd; $ENV{'SASL_CONF_PATH'} = "$pwd/t/sasl"; -my $server = new_memcached('-B binary -S '); +my $server = new_memcached('-B binary -S -l 127.0.0.1 '); my $mc = MC::Client->new;