summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.c b/test.c
index 72f94ef..02a2197 100644
--- a/test.c
+++ b/test.c
@@ -28,7 +28,7 @@
#include "async.h"
#include "adapters/poll.h"
#ifdef HIREDIS_TEST_SSL
-#include "hiredis_ssl.h"
+#include "hiredict_ssl.h"
#endif
#ifdef HIREDIS_TEST_ASYNC
#include "adapters/libevent.h"
@@ -2326,7 +2326,7 @@ int main(int argc, char **argv) {
.port = 6379
},
.unix_sock = {
- .path = "/tmp/redis.sock"
+ .path = "/tmp/redict.sock"
}
};
int throughput = 1;