[Groonga-commit] groonga/groonga [master] add missing temporary directory removing.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 7月 26日 (月) 15:21:20 JST


Kouhei Sutou	2010-07-26 06:21:20 +0000 (Mon, 26 Jul 2010)

  New Revision: ba22282afc719bbe1fba5698185f68a4caf7cf65

  Log:
    add missing temporary directory removing.

  Modified files:
    test/unit/core/test-table-hook.c

  Modified: test/unit/core/test-table-hook.c (+2 -0)
===================================================================
--- test/unit/core/test-table-hook.c    2010-07-26 06:19:04 +0000 (72d6935)
+++ test/unit/core/test-table-hook.c    2010-07-26 06:21:20 +0000 (f52709c)
@@ -99,6 +99,8 @@ cut_teardown(void)
     grn_ctx_fin(context);
     g_free(context);
   }
+
+  remove_tmp_directory();
 }
 
 static void




Groonga-commit メーリングリストの案内
Back to archive index