Fix bank test.

Getting wget to tolerate the 302 returned
by the bank as a response to "GET /".
This commit is contained in:
Marcello Stanisci 2020-01-09 16:20:28 +01:00
parent 59b12d2d80
commit 554da10133
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -205,7 +205,7 @@ TALER_TESTING_run_bank (const char *config_filename,
}
GNUNET_asprintf (&wget_cmd,
"wget -q -t 1 -T 1 %s -o /dev/null -O /dev/null",
"wget -q -t 2 -T 1 %s -o /dev/null -O /dev/null",
bank_url);
/* give child time to start and bind against the socket */