wayfire: fix broken configuration.ini test (#7478)

Normalize store paths so it will pass even with flake updates and on different architectures.
This commit is contained in:
1444 2025-07-15 17:20:41 +02:00 committed by GitHub
parent 1e54837569
commit 4cc9cc67eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View file

@ -10,4 +10,4 @@ plugins=command expo cube autostart
xwayland=true
[cube]
skydome_texture=/nix/store/yk5hl40w5254k2xkicn32l8ky8sfm9va-dummy
skydome_texture=/nix/store/00000000000000000000000000000000-dummy

View file

@ -14,9 +14,7 @@
};
nmt.script = ''
wayfireConfig=home-files/.config/wayfire.ini
assertFileExists "$wayfireConfig"
assertFileContent "$wayfireConfig" "${./configuration.ini}"
assertFileExists home-files/.config/wayfire.ini
assertFileContent "$(normalizeStorePaths home-files/.config/wayfire.ini)" "${./configuration.ini}"
'';
}