fix for centos9
This commit is contained in:
parent
b0c0b5ee00
commit
98239eff31
1 changed files with 3 additions and 7 deletions
|
@ -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" {
|
||||
|
|
Loading…
Reference in a new issue