tests: fix gnupg stub (#3685)
systemd now depends on `gnupg.override`, so we need a stub for systemd too.
This commit is contained in:
parent
da72e6fc6b
commit
5ffb0f1f81
3 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
};
|
||||
|
||||
test.stubs.gnupg = { };
|
||||
test.stubs.systemd = { }; # depends on gnupg.override
|
||||
|
||||
nmt.script = ''
|
||||
assertFileContains activate "export GNUPGHOME='/home/hm-user/.gnupg'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue