mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 15:14:26 +00:00
mbsync: stub test dependency
This commit is contained in:
parent
e28a720ce9
commit
134c5ccdd3
2 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,8 @@ with lib;
|
|||
"mbsync channels no longer use slavePattern. Use nearPattern in its place."
|
||||
];
|
||||
|
||||
test.stubs.isync = { };
|
||||
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.mbsyncrc
|
||||
assertFileContent home-files/.mbsyncrc ${./mbsync-expected.conf}
|
||||
|
|
|
@ -75,6 +75,8 @@ with lib;
|
|||
};
|
||||
};
|
||||
|
||||
test.stubs.isync = { };
|
||||
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.mbsyncrc
|
||||
assertFileContent home-files/.mbsyncrc ${./mbsync-expected.conf}
|
||||
|
|
Loading…
Reference in a new issue