Add test case for setting unknown configuration value

update-lkm
nirenjan 2022-09-22 22:14:44 -07:00
parent b2f292bf58
commit ccabb5c953
1 changed files with 4 additions and 0 deletions

View File

@ -77,3 +77,7 @@ ERR "Unexpected arguments for 'config set' command; got 2, expected 5"
Set configuration with extra arguments
config set foo bar baz quux
ERR "Unexpected arguments for 'config set' command; got 6, expected 5"
Get configuration of unknown parameter
config get foo bar
ERR "Error getting 'foo.bar'"