summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-06-29 09:14:42 +0000
committerAntony Dovgal <tony2001@php.net>2007-06-29 09:14:42 +0000
commit57108894d09ac70c218a8cbe7c28e5193f606e6c (patch)
treefa59f0dcf3261d641d6ba6114c00a46884bfe668 /Makefile.global
parentc878f679dd29a85d05f847faa1fd81445978f10a (diff)
downloadphp-git-57108894d09ac70c218a8cbe7c28e5193f606e6c.tar.gz
fix `make test` with shared extensions
# ok, this is the last ksh-related fix. # it seems to be completely impossible to make it work, so I won't even try to do it anymore. # complain to Sun and ksh authors if you have any problems.
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global
index aba33d6ab6..422bb44d3f 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -67,7 +67,7 @@ install-headers:
done; \
fi
-PHP_TEST_SHARED_EXTENSIONS=`(if test ! -z "$(PHP_MODULES)"; then for i in "$(PHP_MODULES)"; do . $$i ; echo -n '-d extension=$$dlname '; done; fi;)`
+PHP_TEST_SHARED_EXTENSIONS=`(if test ! -z "$(PHP_MODULES)"; then for i in "$(PHP_MODULES)"; do . $$i ; echo -n "-d extension=$$dlname "; done; fi;)`
PHP_TEST_SETTINGS=-d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1'
test: all