Browse Source

tests.cpp

tests
Antonio SJ Musumeci 3 weeks ago
parent
commit
9e45dc01f4
  1. 5
      tests/tests.cpp

5
tests/tests.cpp

@ -307,7 +307,12 @@ static
void
test_rmdir()
{
int fd;
fd = openat(AT_FDCWD,"foo",O_CREAT|O_EXCL,0777);
close(fd);
}
TEST_LIST =

Loading…
Cancel
Save