Browse Source

tests.cpp

tests
Antonio SJ Musumeci 1 day ago
parent
commit
25ec1cb770
  1. 4
      tests/tests.cpp

4
tests/tests.cpp

@ -307,9 +307,9 @@ static
void
test_rmdir()
{
int fd;
int root_fd;
fd = openat(AT_FDCWD,"/mnt/tmp",O_DIRECTORY,0777);
root_fd = openat(AT_FDCWD,"/mnt/tmp",O_DIRECTORY,0777);
close(fd);

Loading…
Cancel
Save