bemenu: stub package in tests
This commit is contained in:
parent
bdea159ffa
commit
c386fde594
|
@ -19,6 +19,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
test.stubs.bemenu = { };
|
||||
|
||||
nmt.script = ''
|
||||
assertFileExists home-path/etc/profile.d/hm-session-vars.sh
|
||||
assertFileContains home-path/etc/profile.d/hm-session-vars.sh \
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
programs.bemenu = { enable = true; };
|
||||
|
||||
test.stubs.bemenu = { };
|
||||
|
||||
nmt.script = ''
|
||||
assertFileExists home-path/etc/profile.d/hm-session-vars.sh
|
||||
assertFileNotRegex home-path/etc/profile.d/hm-session-vars.sh \
|
||||
|
|
Loading…
Reference in a new issue