From e1844b3060b32e0634eeaded89422f8789056e66 Mon Sep 17 00:00:00 2001 From: Technosophos Date: Thu, 14 Jun 2012 13:46:04 -0500 Subject: [PATCH] Fixed minor bug in authtest. --- test/AuthTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/AuthTest.php b/test/AuthTest.php index 0f4d8ca..d258d91 100644 --- a/test/AuthTest.php +++ b/test/AuthTest.php @@ -26,7 +26,8 @@ SOFTWARE. * You can run the test with `php test/AuthTest.php username key`. */ -require_once 'src/HPCloud/Bootstrap.php'; +$base = dirname(__DIR__); +require_once $base . '/src/HPCloud/Bootstrap.php'; use \HPCloud\Storage\ObjectStorage; use \HPCloud\Services\IdentityServices;