gtk: fix gtk2-basic-config test

This commit is contained in:
Robert Helgesson 2021-05-18 00:47:15 +02:00
parent e9b7d12e06
commit adbabcd0a0
Failed to generate hash of commit
2 changed files with 4 additions and 3 deletions

View file

@ -1 +1,2 @@
gtk-can-change-accels = 1
gtk-can-change-accels = 1

View file

@ -11,9 +11,9 @@ with lib;
nmt.script = '' nmt.script = ''
assertFileExists home-files/.gtkrc-2.0 assertFileExists home-files/.gtkrc-2.0
assertFileContents home-files/.gtkrc-2.0 ${ assertFileContent home-files/.gtkrc-2.0 ${
./gtk-basic-config-expected.conf ./gtk-basic-config-expected.conf
} }
assertFileRegex home-path/etc/profile.d/hm-session-vars.sh \ assertFileRegex home-path/etc/profile.d/hm-session-vars.sh \
'GTK2_RC_FILES=.*/.gtkrc-2.0' 'GTK2_RC_FILES=.*/.gtkrc-2.0'
''; '';