diff options
author | unknown <bell@sanja.is.com.ua> | 2004-09-28 12:31:33 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-09-28 12:31:33 +0300 |
commit | f9ae154da46994d3333166c75466f3cd5ba6653d (patch) | |
tree | 2aecf3c8936e47bdfce1a08fc807a00044e4e843 /mysql-test/t/mysqldump.test | |
parent | c1cd53bc63860ec2829e96536c6aa24437017d3a (diff) | |
download | mariadb-git-f9ae154da46994d3333166c75466f3cd5ba6653d.tar.gz |
fix test suite for portability
Diffstat (limited to 'mysql-test/t/mysqldump.test')
-rw-r--r-- | mysql-test/t/mysqldump.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/mysqldump.test b/mysql-test/t/mysqldump.test index b9fdfb3188d..945680e7c29 100644 --- a/mysql-test/t/mysqldump.test +++ b/mysql-test/t/mysqldump.test @@ -133,6 +133,6 @@ drop table t1; # create table t1(a int); create view v1 as select * from t1; ---exec $MYSQL_DUMP test +--exec $MYSQL_DUMP --skip-comments test drop view v1; drop table t1; |