test746 (517B)
1 <testcase> 2 <info> 3 <keywords> 4 cmdline 5 </keywords> 6 </info> 7 8 # 9 # Client-side 10 <client> 11 <server> 12 none 13 </server> 14 <name> 15 too large numerical value passed to -m 16 </name> 17 <command> 18 http://neverused.example/ -m 22222242222222222 19 </command> 20 </client> 21 22 <verify> 23 <errorcode> 24 2 25 </errorcode> 26 <stderr mode="text"> 27 curl: option -m: expected a proper numerical parameter 28 %if manual 29 curl: try 'curl --help' or 'curl --manual' for more information 30 %else 31 curl: try 'curl --help' for more information 32 %endif 33 </stderr> 34 </verify> 35 </testcase>