diff options
author | MySQL Build Team <build@mysql.com> | 2009-10-05 20:14:43 +0200 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2009-10-05 20:14:43 +0200 |
commit | 9e772dc5dab9e7b96bbfc2c9b45f2c8e7f05be56 (patch) | |
tree | 440e670179c2e6caf755156e5e77a6c7875ef881 /mysql-test/lib/My | |
parent | 460c6c976e1d50925e8813123641dbac4986f7d0 (diff) | |
download | mariadb-git-mysql-5.1.37sp1.tar.gz |
Add fixes for Bug#46834: Test suite missing from RPMsmysql-5.1.37sp1
Additional changes from the following commits:
http://lists.mysql.com/commits/81279
http://lists.mysql.com/commits/81607
These were missed when scanning 'bzr log' for changes.
Diffstat (limited to 'mysql-test/lib/My')
-rw-r--r-- | mysql-test/lib/My/SafeProcess/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/lib/My/SafeProcess/Makefile.am b/mysql-test/lib/My/SafeProcess/Makefile.am index 623c0e9a87a..722331453fe 100644 --- a/mysql-test/lib/My/SafeProcess/Makefile.am +++ b/mysql-test/lib/My/SafeProcess/Makefile.am @@ -13,7 +13,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -safedir = $(prefix)/mysql-test/lib/My/SafeProcess +testroot = $(prefix) +safedir = $(testroot)/mysql-test/lib/My/SafeProcess #nobase_bin_PROGRAMS = ... safe_PROGRAMS = my_safe_process |