mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
Fixing threading assumptions for FSEvents runloop
This commit is contained in:
parent
e37b16ce2f
commit
b0a91e1058
@ -47,7 +47,6 @@ class FSEventsTests : public testing::Test {
|
||||
::usleep(20);
|
||||
}
|
||||
EventFactory::end();
|
||||
temp_thread_.join();
|
||||
}
|
||||
|
||||
void WaitForStream(int max) {
|
||||
@ -164,7 +163,6 @@ TEST_F(FSEventsTests, test_fsevents_run) {
|
||||
|
||||
EXPECT_TRUE(event_pub_->numEvents() > 0);
|
||||
EventFactory::end();
|
||||
temp_thread.join();
|
||||
}
|
||||
|
||||
class TestFSEventsEventSubscriber
|
||||
|
Loading…
Reference in New Issue
Block a user