Browse Source

tests.cpp

tests
Antonio SJ Musumeci 1 day ago
parent
commit
3ec9f7ceed
  1. 1
      tests/tests.cpp

1
tests/tests.cpp

@ -338,6 +338,7 @@ test_rmdir()
TEST_CHECK(rv == 0);
TEST_MSG("expected: 0; got: %d:%d:%s",rv,errno,strerror(errno));
close(file_fd);
close(dir_fd);
close(root_fd);
}

Loading…
Cancel
Save