Navigation Menu

Skip to content

Commit

Permalink
[test] use --source instead of source
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 4, 2012
1 parent 85016b1 commit c7684fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/sql/suite/mroonga_storage/t/binlog.test
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/have_log_bin.inc;
source include/have_mroonga.inc;
--source include/have_log_bin.inc
--source include/have_mroonga.inc

--disable_warnings
drop table if exists t1;
Expand Down
4 changes: 2 additions & 2 deletions test/sql/suite/mroonga_wrapper/t/binlog.test
Expand Up @@ -15,8 +15,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/have_log_bin.inc;
source include/have_mroonga.inc;
--source include/have_log_bin.inc
--source include/have_mroonga.inc

--disable_warnings
drop table if exists t1;
Expand Down

0 comments on commit c7684fb

Please sign in to comment.