mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
removed an unix-ism in a test
This commit is contained in:
@ -53,7 +53,9 @@ drop table `txu#p#p1`;
|
||||
#
|
||||
|
||||
let $MYSQLD_DATADIR= `select @@datadir`;
|
||||
system cp $MYSQL_TEST_DIR/std_data/old_table-323.frm $MYSQLD_DATADIR/test/t1.frm;
|
||||
--error 0,1
|
||||
--remove_file $MYSQLD_DATADIR/test/t1.frm
|
||||
--copy_file std_data/old_table-323.frm $MYSQLD_DATADIR/test/t1.frm
|
||||
truncate t1;
|
||||
drop table t1;
|
||||
|
||||
|
Reference in New Issue
Block a user