summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-12-31 15:00:46 +0200
committermonty@donna.mysql.com <>2000-12-31 15:00:46 +0200
commit4d55e44e3985b104f2513df5bc2df731f6659cf1 (patch)
treef1166271b7ee2b14fcf1b504f27739378e2fc790 /Makefile.am
parent24b63d6bdf0362b88ed35eb68cf60badb162f44a (diff)
downloadmariadb-git-4d55e44e3985b104f2513df5bc2df731f6659cf1.tar.gz
Fixed typo
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index cdf5ca5d676..bfe6a8a2e43 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,5 +64,4 @@ bin-dist: all
# Test installation
test:
- cd mysql-test
- ./mysql-test-run
+ cd mysql-test ; ./mysql-test-run