summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-08-18 14:25:10 +0200
committerDavid Seifert <soap@gentoo.org>2019-08-18 14:36:54 +0200
commit0d531686be231c28af8d9eec98f0d90bf5708a87 (patch)
treead1de4d6e954ff61bb4fee1b6fa7403489751afa /dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild
parentdev-db/firebird: [QA] Fix trailing whitespace (diff)
downloadgentoo-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.ebuild10
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