diff --git a/cake/console/libs/shell.php b/cake/console/libs/shell.php index c240a52d2..180ffb0ad 100644 --- a/cake/console/libs/shell.php +++ b/cake/console/libs/shell.php @@ -459,7 +459,7 @@ class Shell extends Object { * @access protected */ function _checkUnitTest() { - if (App::import('vendor', 'simpletest/simpletest')) { + if (App::import('vendor', 'simpletest' . DS . 'simpletest')) { return true; } $unitTest = $this->in('Cake test suite not installed. Do you want to bake unit test files anyway?', array('y','n'), 'y');