From 377f777184d9c8618cda6caaeac053908ed213cd Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 15 Jan 2026 21:06:59 +0800 Subject: [PATCH] test: remove outdated empty files assertion from clean_empty_library_items test The clean_empty_library_items function intentionally skips empty file cleanup to avoid removing app sentinel files (as noted in lib/clean/user.sh:77). Updated the test to only verify empty folder cleanup, matching current behavior. --- tests/clean_user_core.bats | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/clean_user_core.bats b/tests/clean_user_core.bats index 89867f8..dd918d8 100644 --- a/tests/clean_user_core.bats +++ b/tests/clean_user_core.bats @@ -117,7 +117,6 @@ EOF [ "$status" -eq 0 ] [[ "$output" == *"Empty Library folders"* ]] - [[ "$output" == *"Empty Library files"* ]] } @test "clean_browsers calls expected cache paths" {