[test suite] don't use shell redirection char in bogus IP string

This commit is contained in:
Michael Rash 2016-12-09 19:23:11 -05:00
parent 8b734049a7
commit d7412af09e

View File

@ -881,7 +881,7 @@
'detail' => "NAT bogus IP validation",
'function' => \&generic_exec,
'exec_err' => $YES,
'cmdline' => "$default_client_args -N 192>.168.100.100:22",
'cmdline' => "$default_client_args -N 192,.168.100.100:22",
},
{