summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/drupal.sh2
-rwxr-xr-xscripts/run-tests.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/drupal.sh b/scripts/drupal.sh
index 477fc2c4b..9e743cf32 100755
--- a/scripts/drupal.sh
+++ b/scripts/drupal.sh
@@ -62,7 +62,7 @@ $cmd = 'index.php';
$_SERVER['HTTP_HOST'] = 'default';
$_SERVER['PHP_SELF'] = '/index.php';
$_SERVER['REMOTE_ADDR'] = '127.0.0.1';
-$_SERVER['SERVER_SOFTWARE'] = 'PHP CLI';
+$_SERVER['SERVER_SOFTWARE'] = NULL;
$_SERVER['REQUEST_METHOD'] = 'GET';
$_SERVER['QUERY_STRING'] = '';
$_SERVER['PHP_SELF'] = $_SERVER['REQUEST_URI'] = '/';
diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh
index a5f8b67a8..54f47bc53 100755
--- a/scripts/run-tests.sh
+++ b/scripts/run-tests.sh
@@ -24,7 +24,7 @@ if ($args['execute-batch']) {
}
else {
// Run administrative functions as CLI.
- simpletest_script_init("PHP CLI");
+ simpletest_script_init(NULL);
}
// Bootstrap to perform initial validation or other operations.