diff --git a/tests/modules/services/window-managers/labwc/autostart b/tests/modules/services/window-managers/labwc/autostart index b26c9c153..1d614202d 100644 --- a/tests/modules/services/window-managers/labwc/autostart +++ b/tests/modules/services/window-managers/labwc/autostart @@ -1,4 +1,4 @@ -#!/nix/store/58br4vk3q5akf4g8lx0pqzfhn47k3j8d-bash-5.2p37/bin/bash +#!/nix/store/00000000000000000000000000000000-bash/bin/bash ### This file was generated with Nix. Don't modify this file directly. ### AUTOSTART SERVICE ### diff --git a/tests/modules/services/window-managers/labwc/labwc-autostart.nix b/tests/modules/services/window-managers/labwc/labwc-autostart.nix index c0fe66c91..07483cbd0 100644 --- a/tests/modules/services/window-managers/labwc/labwc-autostart.nix +++ b/tests/modules/services/window-managers/labwc/labwc-autostart.nix @@ -13,6 +13,6 @@ labwcAutostart=home-files/.config/labwc/autostart assertFileExists "$labwcAutostart" - assertFileContent "$labwcAutostart" "${./autostart}" + assertFileContent $(normalizeStorePaths "$labwcAutostart") "${./autostart}" ''; }