Home
last modified time | relevance | path

Searched refs:testcmd (Results 1 – 2 of 2) sorted by relevance

/curl/tests/libtest/
H A Dlib677.c30 static const char testcmd[] = "A1 IDLE\r\n"; variable
85 ec = curl_easy_send(curl, testcmd + pos, in test()
86 sizeof(testcmd) - 1 - pos, &len); in test()
100 if(pos == sizeof(testcmd) - 1) { in test()
/curl/tests/
H A Drunner.pm438 my ($testcmd, $testnum, $gdbline) = @_;
444 runclient($testcmd);
446 logmsg " CMD: $testcmd\n" if($verbose);
507 my $cmd = $testcmd;
518 $cmd = "$valgrindcmd $testcmd";

Completed in 7 milliseconds