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;