maybe process needs to be called

pull/431/head
bradh352 3 years ago
parent 7b84256946
commit f03c8608a4
  1. 1
      test/ares-test-mock.cc

@ -1035,6 +1035,7 @@ TEST_P(MockChannelTest, HostAliasUnreadable) {
HostResult result;
ares_gethostbyname(channel_, "www", AF_INET, HostCallback, &result);
Process();
EXPECT_TRUE(result.done_);
EXPECT_EQ(ARES_EFILE, result.status_);
chmod(aliases.filename(), 0777);

Loading…
Cancel
Save