Navigation Menu

Skip to content

Commit

Permalink
test: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2015
1 parent cada7a8 commit 4d95f59
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -15,10 +15,10 @@
# 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_mariadb.inc
--source ../../../../../include/mroonga/have_mariadb.inc
--source include/not_embedded.inc
--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 All @@ -37,5 +37,5 @@ SELECT mroonga_command("dump --dump_plugins no");

DROP TABLE tags;

--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 4d95f59

Please sign in to comment.