mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
gtk: fix incorrect test assertion
This commit is contained in:
parent
70c4696619
commit
9970d23218
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ with lib;
|
|||
test.stubs.dconf = { };
|
||||
|
||||
nmt.script = ''
|
||||
assertPathExists home-files/.config/gtk-3.0
|
||||
assertFileExists home-files/.config/gtk-3.0/settings.ini
|
||||
|
||||
assertFileContent home-files/.config/gtk-3.0/settings.ini \
|
||||
${./gtk3-basic-settings-expected.ini}
|
||||
|
|
Loading…
Reference in a new issue