From: foobar Date: Tue, 22 Oct 2002 00:18:26 +0000 (+0000) Subject: - Revert the undiscussed change. X-Git-Tag: php-4.3.0pre2~210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12fc60c625810280924bb5f76c5818d9dfc80098;p=php - Revert the undiscussed change. # # Yasuo, don't you think there was a reason to drop this??? # Please, discuss these things before you go and change something. # --- diff --git a/Makefile.global b/Makefile.global index 8ee68533ec..c684bfe914 100644 --- a/Makefile.global +++ b/Makefile.global @@ -48,7 +48,7 @@ install-su: install-pear install-tester test: $(SAPI_CLI_PATH) @TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \ - $(top_builddir)/$(SAPI_CLI_PATH) -c $(top_srcdir)/php.ini-dist $(top_srcdir)/run-tests.php $(TESTS) + $(top_builddir)/$(SAPI_CLI_PATH) $(top_srcdir)/run-tests.php $(TESTS) clean: find . -name \*.lo -o -name \*.o | xargs rm -f