From 4eab3daef4059f6df970c4ce1ba9b07dd4625409 Mon Sep 17 00:00:00 2001 From: jgen Date: Tue, 18 Feb 2014 22:42:37 -0500 Subject: [PATCH] Typo --- tests/all_tests.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/all_tests.php b/tests/all_tests.php index 1f181d40..0159e738 100644 --- a/tests/all_tests.php +++ b/tests/all_tests.php @@ -34,14 +34,14 @@ $test_suite->add(new ShimmieInstallerTest()); $timeout = 5; -while ($timeout > 0 && !file_exists("data/config/shimmie.conf.php")) { +while ($timeout > 0 && !file_exists("../data/config/shimmie.conf.php")) { sleep(1); - $timout--; + $timeout--; clearstatcache(); } require_once("core/sys_config.inc.php"); -include "data/config/shimmie.conf.php"; +include "../data/config/shimmie.conf.php"; // // The code below is from index.php