summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/preseed-config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/preseed-config.php b/tests/preseed-config.php
index fbf60ad2e28..7eadccbe769 100644
--- a/tests/preseed-config.php
+++ b/tests/preseed-config.php
@@ -5,13 +5,13 @@ $CONFIG = array (
array (
0 =>
array (
- 'path' => '/home/thomas/Development/owncloud/core/apps',
+ 'path' => OC::$SERVERROOT.'/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
- 'path' => '/home/thomas/Development/owncloud/core/apps2',
+ 'path' => OC::$SERVERROOT.'/apps2',
'url' => '/apps2',
'writable' => false,
)