diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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 |