Revert increase of test buffer size.
Signed-off-by: Ryan Everett <ryan.everett@arm.com>
This commit is contained in:
parent
720c638717
commit
1c19557f49
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ int execute_tests(int argc, const char **argv)
|
||||||
int ret;
|
int ret;
|
||||||
unsigned total_errors = 0, total_tests = 0, total_skipped = 0;
|
unsigned total_errors = 0, total_tests = 0, total_skipped = 0;
|
||||||
FILE *file;
|
FILE *file;
|
||||||
char buf[10000];
|
char buf[5000];
|
||||||
char *params[50];
|
char *params[50];
|
||||||
/* Store for processed integer params. */
|
/* Store for processed integer params. */
|
||||||
mbedtls_test_argument_t int_params[50];
|
mbedtls_test_argument_t int_params[50];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue