fix(cmd): gate daemon integration test on Unix (#8987)

Signed-off-by: discord9 <55937128+discord9@users.noreply.github.com>
This commit is contained in:
discord9
2026-08-31 07:02:44 +00:00
committed by GitHub
parent 6504af641e
commit 51b94bb73f
+2
View File
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#![cfg(unix)]
use std::net::TcpStream;
use std::process::{Command, Stdio};
use std::time::{Duration, Instant};