mirror of
https://github.com/curl/curl.git
synced 2026-06-08 05:54:15 +03:00
back to fail_unless just in case
This commit is contained in:
parent
b47bbf8363
commit
2b54c1ae99
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ static CURLcode test_unit2604(const char *arg)
|
|||
#endif
|
||||
|
||||
char *cp0 = calloc(1, too_long + 1);
|
||||
abort_unless(cp0, "could not alloc too long value");
|
||||
fail_unless(cp0, "could not alloc too long value");
|
||||
memset(cp0, 'a', too_long);
|
||||
|
||||
for(i = 0; list[i].home; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue