less printing
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19881 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -94,8 +94,6 @@ test_expand(hx509_context context, const char *name, const char *expected)
|
|||||||
if (ret)
|
if (ret)
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
printf("expanded %s before %s\n", s, name);
|
|
||||||
|
|
||||||
ret = strcmp(s, expected) != 0;
|
ret = strcmp(s, expected) != 0;
|
||||||
free(s);
|
free(s);
|
||||||
if (ret)
|
if (ret)
|
||||||
|
Reference in New Issue
Block a user