]> granicus.if.org Git - php/commitdiff
- Revert the undiscussed change.
authorfoobar <sniper@php.net>
Tue, 22 Oct 2002 00:18:26 +0000 (00:18 +0000)
committerfoobar <sniper@php.net>
Tue, 22 Oct 2002 00:18:26 +0000 (00:18 +0000)
#
# Yasuo, don't you think there was a reason to drop this???
# Please, discuss these things before you go and change something.
#

Makefile.global

index 8ee68533ec31bba4054411ee0253b6ad1297f4e0..c684bfe914bc8c7b5eb72a7cbd44ea8db322fc02 100644 (file)
@@ -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