From 0f7244182114ce4f131ffc9ed2f23aebf290cf15 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sat, 30 Oct 2021 20:35:26 +0200 Subject: [PATCH] bspwm: stub test dependency --- tests/modules/services/window-managers/bspwm/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/modules/services/window-managers/bspwm/configuration.nix b/tests/modules/services/window-managers/bspwm/configuration.nix index 6c1effb62..8018a3ac1 100644 --- a/tests/modules/services/window-managers/bspwm/configuration.nix +++ b/tests/modules/services/window-managers/bspwm/configuration.nix @@ -28,6 +28,8 @@ with lib; startupPrograms = [ "foo" "bar || qux" ]; }; + test.stubs.bspwm = { }; + nmt.script = '' bspwmrc=home-files/.config/bspwm/bspwmrc assertFileExists "$bspwmrc"