summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2012-01-15 11:37:16 +0000
committerTom Hacohen <tom@stosb.com>2012-01-15 11:37:16 +0000
commitcd31942b5bf0e73829b8494f57cf65f0708c2d2d (patch)
tree004cc0f602e87e24892f920d0d93361ce23f81aa
parent5e8feb51303bcbeafa0d55ca9f6a4caff2912bd2 (diff)
downloadeet-cd31942b5bf0e73829b8494f57cf65f0708c2d2d.tar.gz
Eet tests: Removed debug output, previous ugly hack fixed it.
SVN revision: 67232
-rw-r--r--src/tests/eet_suite.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/tests/eet_suite.c b/src/tests/eet_suite.c
index e68b22b..3bbc912 100644
--- a/src/tests/eet_suite.c
+++ b/src/tests/eet_suite.c
@@ -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. */