1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00

tests/thunderbird: fix msgFilterRules location check

Need to use the platform adjusted path for darwin support.
This commit is contained in:
Austin Horstman 2025-03-09 19:56:55 -05:00
parent 563cbfe1be
commit d5f38f3e59
No known key found for this signature in database

View file

@ -107,10 +107,10 @@
assertFileContent home-files/${profilesDir}/first/chrome/userContent.css \
<(echo "* { color: red !important; }")
assertFileExists home-files/.thunderbird/first/ImapMail/${
assertFileExists home-files/${configDir}/first/ImapMail/${
builtins.hashString "sha256" "hm@example.com"
}/msgFilterRules.dat
assertFileContent home-files/.thunderbird/first/ImapMail/${
assertFileContent home-files/${configDir}/first/ImapMail/${
builtins.hashString "sha256" "hm@example.com"
}/msgFilterRules.dat \
${./thunderbird-expected-msgFilterRules.dat}