We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceddbe8 commit 3672000Copy full SHA for 3672000
tests/clean_user_core.bats
@@ -34,8 +34,8 @@ clean_user_essentials
34
EOF
35
36
[ "$status" -eq 0 ]
37
- [[ "$output" == *"Trash"* ]]
38
- [[ "$output" == *"whitelist"* ]]
+ # Whitelist-protected items no longer show output (UX improvement in V1.22.0)
+ [[ "$output" != *"Trash"* ]]
39
}
40
41
@test "clean_macos_system_caches calls safe_clean for core paths" {
0 commit comments