Browse Source

tests.cpp

tests
Antonio SJ Musumeci 3 days ago
parent
commit
002a48025e
  1. 2
      tests/tests.cpp

2
tests/tests.cpp

@ -334,8 +334,6 @@ test_rmdir()
TEST_CHECK(rv == 0);
TEST_MSG("expected: 0; got: %d:%d:%s",rv,errno,strerror(errno));
return;
rv = fstatat(dir_fd,"",&st,AT_EMPTY_PATH);
TEST_CHECK(rv == 0);
TEST_MSG("expected: 0; got: %d:%d:%s",rv,errno,strerror(errno));

Loading…
Cancel
Save