From 7355af8fbd20a79adb84e1679a7af0ef23217b04 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 31 Dec 2000 15:00:46 +0200 Subject: [PATCH] Fixed typo --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 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