From df5030c49ab5090cb2795aa2603428331606e39c Mon Sep 17 00:00:00 2001
From: unknown <tsmith@siva.hindu.god>
Date: Tue, 23 Jan 2007 10:43:21 -0700
Subject: [PATCH] Makefile.am: Fix bad merge: add 'cd mysql-test' to test-ps:
 target

Makefile.am:
  Fix bad merge: add 'cd mysql-test' to test-ps: target
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 798d1944fd0..04d50ccfbaf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -123,6 +123,7 @@ tags:
 # making sure each user use different ports.
 
 test-ps:
+	cd mysql-test ; \
 	@PERL@ ./mysql-test-run.pl $(force) --ps-protocol
 
 test-ns: