mirror of
https://github.com/nix-community/plasma-manager.git
synced 2024-11-30 01:39:16 +03:00
Use kreadconfig6 on plasma 6 tests
This commit is contained in:
parent
69a8ca1c76
commit
6d697a8dd6
@ -7,7 +7,7 @@ let
|
||||
export PATH=${kdePackages.kconfig}/bin:$PATH
|
||||
|
||||
kread_global() {
|
||||
kreadconfig5 --file $XDG_CONFIG_HOME/kdeglobals "$@"
|
||||
kreadconfig6 --file $XDG_CONFIG_HOME/kdeglobals "$@"
|
||||
}
|
||||
|
||||
assert_eq() {
|
||||
|
Loading…
Reference in New Issue
Block a user