Browse Source

tests.cpp

tests
Antonio SJ Musumeci 4 days ago
parent
commit
01774294ab
  1. 1
      tests/tests.cpp

1
tests/tests.cpp

@ -316,6 +316,7 @@ test_rmdir()
TEST_CHECK(root_fd >= 0);
file_fd = openat(root_fd,"test-file",O_CREAT|O_EXCL,0555);
TEST_CHECK(file_fd >= 0);
rv = mkdirat(root_fd,"test-dir",0777);

Loading…
Cancel
Save