typos
This commit is contained in:
parent
eeb3aade32
commit
6508965192
1 changed files with 2 additions and 2 deletions
|
@ -116,8 +116,8 @@ teardown() {
|
||||||
|
|
||||||
# complex type
|
# complex type
|
||||||
rune -0 cscli config show -o json --key Config.PluginConfig
|
rune -0 cscli config show -o json --key Config.PluginConfig
|
||||||
assert_output --partial 'User: "nobody"'
|
assert_output --partial '"User": "nobody"'
|
||||||
assertèoutput --partial 'Group: "(nogroup|nobody)"'
|
assert_output --regexp '"Group": "(nogroup|nobody)"'
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "cscli - required configuration paths" {
|
@test "cscli - required configuration paths" {
|
||||||
|
|
Loading…
Reference in a new issue