mirror of
https://github.com/tw93/Mole.git
synced 2026-02-15 03:30:13 +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:
@@ -117,7 +117,6 @@ EOF
|
|||||||
|
|
||||||
[ "$status" -eq 0 ]
|
[ "$status" -eq 0 ]
|
||||||
[[ "$output" == *"Empty Library folders"* ]]
|
[[ "$output" == *"Empty Library folders"* ]]
|
||||||
[[ "$output" == *"Empty Library files"* ]]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "clean_browsers calls expected cache paths" {
|
@test "clean_browsers calls expected cache paths" {
|
||||||
|
|||||||
Reference in New Issue
Block a user