From 1b4d022fd1c781f390f169e7fcbba34926a4cb3d Mon Sep 17 00:00:00 2001 From: Levi Neuwirth Date: Wed, 22 Jul 2026 08:28:57 -0400 Subject: [PATCH] test: preserve mode segments with long paths Widen the daemon acceptance grid so each split can show a macOS temporary path and the following mode segment without protected-right clipping. --- tests/mode_system_wiring_acceptance.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/mode_system_wiring_acceptance.rs b/tests/mode_system_wiring_acceptance.rs index 256da9b..bd79b4e 100644 --- a/tests/mode_system_wiring_acceptance.rs +++ b/tests/mode_system_wiring_acceptance.rs @@ -25,7 +25,8 @@ struct Client { } const ROWS: u32 = 30; -const COLS: u32 = 160; +// Each split must leave room for a macOS temp path plus the mode segment. +const COLS: u32 = 320; struct Grid { cells: Vec,