From 3022fdb240bd16e7e2a2a7538c7d13905f0c8547 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Thu, 13 Sep 2018 11:06:39 -0700 Subject: [PATCH] test_file2:test fails due to missing slash --- src/systemcmds/tests/test_file2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systemcmds/tests/test_file2.c b/src/systemcmds/tests/test_file2.c index 458bb7809f..d1814a7913 100644 --- a/src/systemcmds/tests/test_file2.c +++ b/src/systemcmds/tests/test_file2.c @@ -175,7 +175,7 @@ int test_file2(int argc, char *argv[]) { int opt; uint16_t flags = 0; - const char *filename = LOG_PATH "testfile2.dat"; + const char *filename = LOG_PATH "/testfile2.dat"; uint32_t write_chunk = 64; uint32_t write_size = 5 * 1024;