mbsync: stub test dependency
This commit is contained in:
parent
e28a720ce9
commit
134c5ccdd3
|
@ -85,6 +85,8 @@ with lib;
|
||||||
"mbsync channels no longer use slavePattern. Use nearPattern in its place."
|
"mbsync channels no longer use slavePattern. Use nearPattern in its place."
|
||||||
];
|
];
|
||||||
|
|
||||||
|
test.stubs.isync = { };
|
||||||
|
|
||||||
nmt.script = ''
|
nmt.script = ''
|
||||||
assertFileExists home-files/.mbsyncrc
|
assertFileExists home-files/.mbsyncrc
|
||||||
assertFileContent home-files/.mbsyncrc ${./mbsync-expected.conf}
|
assertFileContent home-files/.mbsyncrc ${./mbsync-expected.conf}
|
||||||
|
|
|
@ -75,6 +75,8 @@ with lib;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
test.stubs.isync = { };
|
||||||
|
|
||||||
nmt.script = ''
|
nmt.script = ''
|
||||||
assertFileExists home-files/.mbsyncrc
|
assertFileExists home-files/.mbsyncrc
|
||||||
assertFileContent home-files/.mbsyncrc ${./mbsync-expected.conf}
|
assertFileContent home-files/.mbsyncrc ${./mbsync-expected.conf}
|
||||||
|
|
Loading…
Reference in a new issue