Index: trunk/ippdb/tests/droptable.c
===================================================================
--- trunk/ippdb/tests/droptable.c	(revision 7461)
+++ trunk/ippdb/tests/droptable.c	(revision 8368)
@@ -403,4 +403,19 @@
         }
 
+        if (!detNormalizedStatImfileDropTable(dbh)) {
+            exit(EXIT_FAILURE);
+        }
+
+        psDBCleanup(dbh);
+    }
+
+    {
+        psDB            *dbh;
+
+        dbh = psDBInit("localhost", "test", NULL, "test");
+        if (!dbh) {
+            exit(EXIT_FAILURE);
+        }
+
         if (!detNormalizedImfileDropTable(dbh)) {
             exit(EXIT_FAILURE);
