Navigation Menu

Skip to content

Commit

Permalink
test: use remove_files_wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 18, 2015
1 parent 21e2264 commit f1a2b47
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions mysql-test/mroonga/wrapper/repair_table/t/no_files.test
Expand Up @@ -36,13 +36,7 @@ INSERT INTO diaries (title, body) VALUES ("groonga (2)", "started groonga.");

SELECT * FROM diaries WHERE MATCH(body) AGAINST("starting");

--remove_file $MYSQLD_DATADIR/repair_test.mrn
--remove_file $MYSQLD_DATADIR/repair_test.mrn.001
--remove_file $MYSQLD_DATADIR/repair_test.mrn.0000000
--remove_file $MYSQLD_DATADIR/repair_test.mrn.0000105
--remove_file $MYSQLD_DATADIR/repair_test.mrn.0000106
--remove_file $MYSQLD_DATADIR/repair_test.mrn.0000107
--remove_file $MYSQLD_DATADIR/repair_test.mrn.0000107.c
--remove_files_wildcard $MYSQLD_DATADIR repair_test.mrn*

FLUSH TABLES;

Expand Down

0 comments on commit f1a2b47

Please sign in to comment.