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:
parent
563cbfe1be
commit
d5f38f3e59
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue