Skip to content

Commit 3672000

Browse files
committed
update test
1 parent ceddbe8 commit 3672000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/clean_user_core.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ clean_user_essentials
3434
EOF
3535

3636
[ "$status" -eq 0 ]
37-
[[ "$output" == *"Trash"* ]]
38-
[[ "$output" == *"whitelist"* ]]
37+
# Whitelist-protected items no longer show output (UX improvement in V1.22.0)
38+
[[ "$output" != *"Trash"* ]]
3939
}
4040

4141
@test "clean_macos_system_caches calls safe_clean for core paths" {

0 commit comments

Comments
 (0)