Follow-up Comment #15, bug #51181 (project wget):

Hi Tim
I could not get your code to compile.


My simpler C version of my test case below

What I woudl suggest is, could this be added to wget testsuite? some
additional tests

//gcc -O2 -Wall -Wextra -Wpedantic -o main wget_main.c
#include <stdlib.h> 
int main (void) 
{ 
    const char * str = "timeout -k 26s 25s wget http://bbc.com/";; 
    int result = system(str);
 
    return result; 
}




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51181>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/

Reply via email to