Browse Source

tests.cpp

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

2
tests/tests.cpp

@ -324,7 +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);
TEST_MSG("expected: 0; got: %d:%d",rv,errno);
close(dir_fd);
close(root_fd);

Loading…
Cancel
Save