Navigation Menu

Skip to content

Commit

Permalink
test: fix test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 19, 2015
1 parent 2ee8c6e commit 74a6b68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -14,8 +14,8 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

--source ../../../../../../include/mroonga/have_mroonga.inc
--source ../../../../../../include/mroonga/load_mroonga_functions.inc
--source ../../../../../include/mroonga/have_mroonga.inc
--source ../../../../../include/mroonga/load_mroonga_functions.inc

--disable_query_log
DROP DATABASE test;
Expand Down Expand Up @@ -48,5 +48,5 @@ SELECT * FROM memos
DROP TABLE memos;
DROP TABLE terms;

--source ../../../../../../include/mroonga/unload_mroonga_functions.inc
--source ../../../../../../include/mroonga/have_mroonga_deinit.inc
--source ../../../../../include/mroonga/unload_mroonga_functions.inc
--source ../../../../../include/mroonga/have_mroonga_deinit.inc

0 comments on commit 74a6b68

Please sign in to comment.