mirror of
https://github.com/nix-community/home-manager
synced 2024-11-13 06:39:44 +01:00
bemenu: stub package in tests
This commit is contained in:
parent
941726161c
commit
4342e07a09
2 changed files with 4 additions and 0 deletions
|
@ -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