Eet tests: Removed debug output, previous ugly hack fixed it.

SVN revision: 67232
This commit is contained in:
Tom Hacohen 2012-01-15 11:37:16 +00:00
parent 7e7af76a71
commit 5a97769481
1 changed files with 1 additions and 9 deletions

View File

@ -1642,15 +1642,7 @@ START_TEST(eet_identity_simple)
eet_init();
fail_if(!(file = tmpnam(file)));
/* Hack to fix issue in buildbot. */
int chret = chdir(CERT_DIR);
if (chret)
{
static char CWD[1024];
getcwd(CWD, 1024);
printf("TAsn: '%s' '%s' '%s'\n", strerror(errno), CWD, CERT_DIR);
}
fail_if(chret);
fail_if(chdir(CERT_DIR));
fail_if(!(noread = fopen("/dev/null", "w")));
/* Sign an eet file. */