Eet tests: Removed debug output, previous ugly hack fixed it.
authortasn <tasn>
Sun, 15 Jan 2012 11:37:16 +0000 (11:37 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 15 Jan 2012 11:37:16 +0000 (11:37 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@67232 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/tests/eet_suite.c

index e68b22b..3bbc912 100644 (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. */