Index: trunk/ippdb/tests/createtable.c
===================================================================
--- trunk/ippdb/tests/createtable.c	(revision 18044)
+++ trunk/ippdb/tests/createtable.c	(revision 18595)
@@ -733,19 +733,4 @@
         }
 
-        if(!magicSkyfileMaskCreateTable(dbh)) {
-            exit(EXIT_FAILURE);
-        }
-
-        psDBCleanup(dbh);
-    }
-
-    {
-        psDB            *dbh;
-
-        dbh = psDBInit("localhost", "test", NULL, "test");
-        if (!dbh) {
-            exit(EXIT_FAILURE);
-        }
-
         if(!calDBCreateTable(dbh)) {
             exit(EXIT_FAILURE);
