Skip to content

Commit

Permalink
fix sasl tests
Browse files Browse the repository at this point in the history
apparently I broke them with the unix domain socket update, since you have to
add an environment variable for them to even run.

need to make it work with the unix socket at some point though.
  • Loading branch information
dormando committed May 25, 2018
1 parent 3c270bb commit 3b11d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/binary-sasl.t
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 3b11d16

Please sign in to comment.