daemon: gate startup unit test to UNIX only
This commit is contained in:
parent
ad32977558
commit
512b5b7d12
@ -198,7 +198,7 @@ impl DaemonHandle {
|
||||
pub fn shutdown(self) {}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
#[cfg(all(test, unix))]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::config::BitcoindConfig;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user