From 9d6db62022437f45460ebc455d0f62c23384db52 Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Fri, 7 Jun 2002 22:01:56 +0000 Subject: [PATCH] Changes made to allow connection to jill and to correctly read environment variables in tests. svn path=/trunk/boinc/; revision=99 --- test/account1.xml | 2 +- test/test_concat.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/account1.xml b/test/account1.xml index 7f7a77844a..c5ffdb0777 100644 --- a/test/account1.xml +++ b/test/account1.xml @@ -1,7 +1,7 @@ localhost - http://localhost/boinc-cgi/cgi + http://localhost/cgi-bin/boinc-cgi/cgi david@localhost 3f7b90793a0175ad0bda68684e8bd136 diff --git a/test/test_concat.php b/test/test_concat.php index 74d8d6f705..0b4a5aa6f7 100644 --- a/test/test_concat.php +++ b/test/test_concat.php @@ -6,6 +6,7 @@ include_once("init.inc"); + check_env_vars(); clear_db(); clear_data_dirs(); init_client_dirs("account1.xml");