Browse Source

tests.cpp

tests
Antonio SJ Musumeci 4 days ago
parent
commit
74e6e5be12
  1. 2
      tests/tests.cpp

2
tests/tests.cpp

@ -330,7 +330,7 @@ test_rmdir()
TEST_CHECK(rv == 0);
int file2_fd;
file2_fd = openat(root_fd,"test-file",O_CREAT|O_EXCL,0555);
file2_fd = openat(dir_fd,"test-file",O_CREAT|O_EXCL,0555);
TEST_CHECK(file2_fd >= 0);

Loading…
Cancel
Save