[test suite] added rc file path too long test

This commit is contained in:
Michael Rash 2014-04-05 08:19:20 -04:00
parent 1ec1443768
commit d0d77ba67f

View File

@ -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',