fix for centos9

This commit is contained in:
sabban 2024-01-19 18:00:07 +01:00
parent b0c0b5ee00
commit 98239eff31

View file

@ -115,13 +115,9 @@ teardown() {
assert_output "&false"
# complex type
rune -0 cscli config show --key Config.PluginConfig
assert_output - <<-EOT
&csconfig.PluginCfg{
User: "nobody",
Group: "nogroup",
}
EOT
rune -0 cscli config show -o json--key Config.PluginConfig
assert_output --partial 'User: "nobody"'
assertèoutput --partial 'Group: "(nogroup|nobody)"'
}
@test "cscli - required configuration paths" {