summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-12-31 15:00:46 +0200
committerunknown <monty@donna.mysql.com>2000-12-31 15:00:46 +0200
commit7355af8fbd20a79adb84e1679a7af0ef23217b04 (patch)
treef1166271b7ee2b14fcf1b504f27739378e2fc790 /Makefile.am
parentd30401c9e3f84b6d979e6699adff285eeee2b523 (diff)
downloadmariadb-git-7355af8fbd20a79adb84e1679a7af0ef23217b04.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