mbsync: stub test dependency

This commit is contained in:
Robert Helgesson 2021-10-30 20:44:21 +02:00
parent e28a720ce9
commit 134c5ccdd3
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
2 changed files with 4 additions and 0 deletions

View File

@ -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}

View File

@ -75,6 +75,8 @@ with lib;
};
};
test.stubs.isync = { };
nmt.script = ''
assertFileExists home-files/.mbsyncrc
assertFileContent home-files/.mbsyncrc ${./mbsync-expected.conf}