daemon: gate startup unit test to UNIX only

This commit is contained in:
Antoine Poinsot 2022-07-23 14:35:14 +02:00
parent ad32977558
commit 512b5b7d12
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -198,7 +198,7 @@ impl DaemonHandle {
pub fn shutdown(self) {}
}
#[cfg(test)]
#[cfg(all(test, unix))]
mod tests {
use super::*;
use crate::config::BitcoindConfig;