20 #include <glib/gstdio.h>
22 #include "../lib/grn-assertions.h"
25 static gchar *tmp_directory;
34 "command-select-geo-in-rectangle",
41 g_free(tmp_directory);
45 remove_tmp_directory(
void)
47 cut_remove_path(tmp_directory, NULL);
53 const gchar *database_path;
61 remove_tmp_directory();
62 g_mkdir_with_parents(tmp_directory, 0700);
67 database_path = cut_build_path(tmp_directory,
"database.groonga", NULL);
86 remove_tmp_directory();