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:
parent
1e54837569
commit
4cc9cc67eb
2 changed files with 3 additions and 5 deletions
|
|
@ -10,4 +10,4 @@ plugins=command expo cube autostart
|
|||
xwayland=true
|
||||
|
||||
[cube]
|
||||
skydome_texture=/nix/store/yk5hl40w5254k2xkicn32l8ky8sfm9va-dummy
|
||||
skydome_texture=/nix/store/00000000000000000000000000000000-dummy
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue