From 12fc60c625810280924bb5f76c5818d9dfc80098 Mon Sep 17 00:00:00 2001
From: foobar <sniper@php.net>
Date: Tue, 22 Oct 2002 00:18:26 +0000
Subject: - 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. #

---
 Makefile.global | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile.global')

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
-- 
cgit v1.2.1