Browse Source

tests.cpp

tests
Antonio SJ Musumeci 4 days ago
parent
commit
724bb2848c
  1. 1
      tests/tests.cpp

1
tests/tests.cpp

@ -324,6 +324,7 @@ test_rmdir()
struct stat st;
rv = fstatat(dir_fd,"",&st,AT_EMPTY_PATH);
TEST_CHECK(rv == 0);
TEST_MSG("expected: 0; got: %d",rv);
close(dir_fd);
close(root_fd);

Loading…
Cancel
Save