1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 15:39:42 +00:00

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.
This commit is contained in:
Tw93
2026-01-15 21:06:59 +08:00
parent f3dfec32c9
commit 377f777184

View File

@@ -117,7 +117,6 @@ EOF
[ "$status" -eq 0 ]
[[ "$output" == *"Empty Library folders"* ]]
[[ "$output" == *"Empty Library files"* ]]
}
@test "clean_browsers calls expected cache paths" {