Attempt to fix a trampling log collector

This commit is contained in:
Graham Christensen 2018-09-06 22:21:02 -04:00
parent ff554bf3ea
commit 4a73d64c5d
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -393,7 +393,7 @@ mod tests {
message: MsgType::Msg(logmsg.clone()),
};
let p = TestScratch::new_dir("log-message-collector-path_for_log");
let p = TestScratch::new_dir("log-message-collector-logs_collector");
{
let mut worker = make_worker(p.path());