https://bugzilla.wikimedia.org/show_bug.cgi?id=40491

--- Comment #7 from Niklas Laxström <[email protected]> 2012-09-26 
17:49:15 UTC ---
The tests should just override the lockdir location to a temporary location.
MediaWiki shouldn't assume that writable upload directory is configured by
default.

Looks like lockdir comes from Setup.php:

132-$wgLockManagers[] = array(
133-    'name'          => 'fsLockManager',
134-    'class'         => 'FSLockManager',
135:    'lockDirectory' => "{$wgUploadDirectory}/lockdir",
136-);

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to