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 8981002 commit 57bd229Copy full SHA for 57bd229
test/fs/test_fs_readdir_ino_matches_stat_ino.c
@@ -31,8 +31,6 @@ void setup() {
31
EM_ASM(FS.mount(NODEFS, { root: '.' }, 'working'));
32
changedir("working");
33
#endif
34
- mkdir("sub", 0775);
35
- changedir("sub");
36
}
37
38
int main() {
0 commit comments