diff options
author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2024-03-22 21:22:30 +0100 |
---|---|---|
committer | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2024-03-22 21:45:18 +0100 |
commit | b76dffa81f15f4a637bd29c96067ec9743f154e7 (patch) | |
tree | 36412b395d011bab3e0f5d5da8df4ef49fb545aa /test.c | |
parent | ca04e222c11b0268208464950d923a1ee880cc61 (diff) |
fixup! all: rename output files
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |