Fix style

master
Pieter Noordhuis 2013-05-01 09:32:03 -07:00
parent e5589afdec
commit b1f07f77d2
1 changed files with 2 additions and 2 deletions

4
test.c
View File

@ -290,8 +290,8 @@ static void test_blocking_connection_errors(void) {
test_cond(c->err == REDIS_ERR_OTHER &&
(strcmp(c->errstr,"Name or service not known") == 0 ||
strcmp(c->errstr,"Can't resolve: idontexist.local") == 0) ||
strcmp(c->errstr,"nodename nor servname provided, or not known") ||
strcmp(c->errstr,"no address associated with name"));
strcmp(c->errstr,"nodename nor servname provided, or not known") ||
strcmp(c->errstr,"no address associated with name"));
redisFree(c);
test("Returns error when the port is not open: ");