Browse Source

tests.cpp

tests
Antonio SJ Musumeci 2 days ago
parent
commit
54f633db4a
  1. 2
      tests/tests.cpp

2
tests/tests.cpp

@ -309,7 +309,7 @@ test_rmdir()
{ {
int fd; int fd;
fd = openat(AT_FDCWD,"",O_DIRECTORY,0777);
fd = openat(AT_FDCWD,"/mnt/mergerfs",O_DIRECTORY,0777);
close(fd); close(fd);

Loading…
Cancel
Save