[test suite] added rc file path too long test
This commit is contained in:
parent
1ec1443768
commit
d0d77ba67f
@ -174,6 +174,15 @@
|
||||
'exec_err' => $YES,
|
||||
'cmdline' => "$default_client_args --rc-file invalidpath --stanza-list"
|
||||
},
|
||||
{
|
||||
'category' => 'basic operations',
|
||||
'subcategory' => 'client',
|
||||
'detail' => 'invalid rc file path too long',
|
||||
'function' => \&generic_exec,
|
||||
'exec_err' => $YES,
|
||||
'cmdline' => "$default_client_args --rc-file " . 'A'x1030 . " --stanza-list"
|
||||
},
|
||||
|
||||
{
|
||||
'category' => 'basic operations',
|
||||
'subcategory' => 'client',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user