mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 14:40:29 +00:00
goimapnotify: remove test dependency on notmuch
Also minor test cleanup.
This commit is contained in:
parent
34db2f0521
commit
f288310b7a
1 changed files with 28 additions and 29 deletions
|
@ -5,7 +5,6 @@ with lib;
|
|||
{
|
||||
imports = [ ../../accounts/email-test-accounts.nix ];
|
||||
|
||||
config = {
|
||||
accounts.email.accounts = {
|
||||
"hm@example.com" = {
|
||||
notmuch.enable = true;
|
||||
|
@ -29,13 +28,13 @@ with lib;
|
|||
});
|
||||
};
|
||||
|
||||
test.stubs.notmuch = { };
|
||||
|
||||
nmt.script = let
|
||||
serviceFileName =
|
||||
"org.nix-community.home.imapnotify-hm-example.com.plist";
|
||||
serviceFileName = "org.nix-community.home.imapnotify-hm-example.com.plist";
|
||||
in ''
|
||||
serviceFile=LaunchAgents/${serviceFileName}
|
||||
assertFileExists $serviceFile
|
||||
assertFileContent $serviceFile ${./launchd.plist}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue