libtest/first.c: remove the Test: stderr output for unity builds

That makes the output differ between builds which breaks libtests doing
stderr comparisons

Closes #16872
This commit is contained in:
Daniel Stenberg 2025-03-30 12:42:35 +02:00
parent 68609f0e33
commit bc26289d37
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -182,8 +182,6 @@ int main(int argc, char **argv)
fprintf(stderr, "Test '%s' not found.\n", test_name);
return 1;
}
fprintf(stderr, "Test: %s\n", test_name);
}
#else
basearg = 1;