# HG changeset patch
# User Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
# Date 1737033772 -3600
# Node ID 3b75dfdc8314294cd393ca7aa2dafd4a7ef10262
# Parent  4b5ed1419a98d2b7bb42af914e9288a8f85b22e8
remove space

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ jre21jars: src/main/java/org/monetdb/jdb
 	rm -rf build
 
 test: all
-	cd tests; ant  -f build.xml test
+	cd tests; ant -f build.xml test
 
 testsjar:
 	cd tests; ant -f build.xml jar_jdbctests