diff options
author | David Seifert <soap@gentoo.org> | 2019-08-18 14:25:10 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-18 14:36:54 +0200 |
commit | 0d531686be231c28af8d9eec98f0d90bf5708a87 (patch) | |
tree | ad1de4d6e954ff61bb4fee1b6fa7403489751afa /dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild | |
parent | dev-db/firebird: [QA] Fix trailing whitespace (diff) | |
download | gentoo-0d531686be231c28af8d9eec98f0d90bf5708a87.tar.gz gentoo-0d531686be231c28af8d9eec98f0d90bf5708a87.tar.bz2 gentoo-0d531686be231c28af8d9eec98f0d90bf5708a87.zip |
dev-db/mysql-cluster: [QA] Fix leading whitespace
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild')
-rw-r--r-- | dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild b/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild index c4b0ad5dc5f7..ee858318fdf3 100644 --- a/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild +++ b/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild @@ -481,11 +481,11 @@ src_test() { local t for t in main.mysql_client_test \ - binlog.binlog_statement_insert_delayed main.information_schema \ - main.mysqld--help-notwin main.flush_read_lock_kill \ - sys_vars.plugin_dir_basic main.openssl_1 \ - main.mysqlhotcopy_archive main.mysqlhotcopy_myisam \ - ndb.ndbinfo ndb_binlog.ndb_binlog_index ; do + binlog.binlog_statement_insert_delayed main.information_schema \ + main.mysqld--help-notwin main.flush_read_lock_kill \ + sys_vars.plugin_dir_basic main.openssl_1 \ + main.mysqlhotcopy_archive main.mysqlhotcopy_myisam \ + ndb.ndbinfo ndb_binlog.ndb_binlog_index ; do _disable_test "$t" "False positives in Gentoo" done |