Skip to content

Commit 48f533d

Browse files
this time
1 parent 7640684 commit 48f533d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/tests/cases/test_syscall.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ FOSSIL_TEST(c_test_sys_call_delete_directory_recursive) {
103103
snprintf(path, sizeof(path), "%s\\file.txt", dirname);
104104
f = fopen(path, "w");
105105
#else
106+
const char *filename = "dir_recursive/file.txt";
106107
f = fopen(filename, "w");
107108
#endif
108109
if (f) fclose(f);

0 commit comments

Comments
 (0)