From 3cf9f1d29564b94b73fee1a5a8dfe1b4eab1892d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 15 Jan 2010 10:51:02 +0000 Subject: - Patch #663644 by boombatower: remove notice from run-tests.sh. --- scripts/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/run-tests.sh') diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index 068ffffef..482163a12 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -284,7 +284,7 @@ function simpletest_script_init($server_software) { $_SERVER['PHP_SELF'] = $path .'/index.php'; $_SERVER['HTTP_USER_AGENT'] = 'Drupal command line'; - if ($_SERVER['HTTPS'] == 'on') { + if (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') { // Ensure that any and all environment variables are changed to https://. foreach ($_SERVER as $key => $value) { $_SERVER[$key] = str_replace('http://', 'https://', $_SERVER[$key]); -- cgit v1.2.3