Browse Source

tests.cpp

tests
Antonio SJ Musumeci 2 days ago
parent
commit
0a540cdea0
  1. 2
      tests/tests.cpp

2
tests/tests.cpp

@ -330,7 +330,7 @@ test_rmdir()
TEST_CHECK(rv == 0);
int file2_fd;
file2_fd = openat(dir_fd,"test-file",O_CREAT|O_EXCL,0555);
file2_fd = openat(dir_fd,"test-file2",O_CREAT|O_EXCL,0555);
TEST_CHECK(file2_fd >= 0);
TEST_MSG("expected: 0; got: %d:%d:%s",file2_fd,errno,strerror(errno));

Loading…
Cancel
Save