From a61d959d7f626184798f452c1a4ce5c5b867a735 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sat, 14 Mar 2026 22:56:31 +0800 Subject: [PATCH] Stabilize launch agent hint test --- tests/clean_hints.bats | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/clean_hints.bats b/tests/clean_hints.bats index c3138a6..928c76c 100644 --- a/tests/clean_hints.bats +++ b/tests/clean_hints.bats @@ -157,5 +157,6 @@ show_user_launch_agent_hint_notice EOT5 [ "$status" -eq 0 ] - [[ -z "$output" ]] + [[ "$output" != *"Potential stale login item:"* ]] + [[ "$output" != *"Review: open ~/Library/LaunchAgents"* ]] }