k9s: fix unnecessary test dependency
This commit is contained in:
parent
020399c287
commit
4af6720fff
|
@ -16,6 +16,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
test.stubs.k9s = { };
|
||||
|
||||
test.asserts.warnings.enable = true;
|
||||
test.asserts.warnings.expected = [
|
||||
"The option `programs.k9s.skin' defined in ${
|
||||
|
|
|
@ -44,6 +44,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
test.stubs.k9s = { };
|
||||
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.config/k9s/config.yaml
|
||||
assertFileContent \
|
||||
|
|
Loading…
Reference in a new issue