back to fail_unless just in case

This commit is contained in:
Viktor Szakats 2025-08-02 15:59:29 +02:00
parent b47bbf8363
commit 2b54c1ae99
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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++) {