diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2013-01-20 01:00:58 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2013-01-20 01:00:58 +0000 |
commit | 5c2ea52ad76027a5d6f778f44b8374aa694323cd (patch) | |
tree | 5a4180a8ed8d93b48e77379c751fdd08d537dca9 /dev-db/mysql/mysql-5.5.22-r1.ebuild | |
parent | New version (diff) | |
download | gentoo-2-5c2ea52ad76027a5d6f778f44b8374aa694323cd.tar.gz gentoo-2-5c2ea52ad76027a5d6f778f44b8374aa694323cd.tar.bz2 gentoo-2-5c2ea52ad76027a5d6f778f44b8374aa694323cd.zip |
Fix minor typo in test runner.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-db/mysql/mysql-5.5.22-r1.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.5.22-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/mysql/mysql-5.5.22-r1.ebuild b/dev-db/mysql/mysql-5.5.22-r1.ebuild index 30382e96a041..ac28f8b32126 100644 --- a/dev-db/mysql/mysql-5.5.22-r1.ebuild +++ b/dev-db/mysql/mysql-5.5.22-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.22-r1.ebuild,v 1.1 2012/04/21 20:25:04 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.22-r1.ebuild,v 1.2 2013/01/20 01:00:58 robbat2 Exp $ EAPI="4" @@ -65,7 +65,7 @@ src_test() { export MTR_BUILD_THREAD="$((${RANDOM} % 100))" # create directories because mysqladmin might right out of order - mkdir -p "${S}"/mysql-test/var-{tests}{,/log} + mkdir -p "${S}"/mysql-test/var-tests{,/log} # These are failing in MySQL 5.5 for now and are believed to be # false positives: |