We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701de83 commit 4732fcaCopy full SHA for 4732fca
code/tests/cases/test_syscall.cpp
@@ -137,7 +137,6 @@ FOSSIL_TEST(cpp_test_sys_call_is_file) {
137
FOSSIL_TEST(cpp_test_sys_call_chdir_and_getcwd) {
138
const std::string dirname = "test_chdir_dir";
139
fossil::sys::Syscall::create_directory(dirname);
140
- char cwd_before[256];
141
std::string cwd_str_before(256, '\0');
142
fossil::sys::Syscall::getcwd(&cwd_str_before, cwd_str_before.size());
143
int chdir_result = fossil::sys::Syscall::chdir(dirname);
0 commit comments