From af7c05e8476ff0bfa51ca55ddd6482dd5f435bde Mon Sep 17 00:00:00 2001 From: akbash-bot <300245827+akbash-bot@users.noreply.github.com> Date: Thu, 6 Aug 2026 14:58:09 +0000 Subject: [PATCH] test(client): gate PTY integration on unix refs #2424 --- tests/client_mode.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/client_mode.rs b/tests/client_mode.rs index bfdf74cd..c92a62d1 100644 --- a/tests/client_mode.rs +++ b/tests/client_mode.rs @@ -1,5 +1,7 @@ //! Integration tests for thin client mode. +#![cfg(unix)] + mod support; use std::fs;