]> granicus.if.org Git - php/commitdiff
fix `make test` with shared extensions
authorAntony Dovgal <tony2001@php.net>
Fri, 29 Jun 2007 09:14:42 +0000 (09:14 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 29 Jun 2007 09:14:42 +0000 (09:14 +0000)
# 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.

Makefile.global

index aba33d6ab61cd9a56054b2c6a1538cf376f74745..422bb44d3f2e744885cab276fed36a16041a0989 100644 (file)
@@ -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