X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsystem_tests.inc;h=17d89b63b433a26b44a9bcc8fa89b831c070f588;hb=4a37a28c49bf900dcc370fd3f21186cedcd632c9;hp=50add5931709447a193f80d12584c8e0f2075e0d;hpb=c9770b49bbfa0a5c85cc0a8a9622dbd3f55c5353;p=fa-stable.git diff --git a/includes/system_tests.inc b/includes/system_tests.inc index 50add593..17d89b63 100644 --- a/includes/system_tests.inc +++ b/includes/system_tests.inc @@ -224,7 +224,7 @@ function tst_tmpdir() $test['descr'] = _('Temporary directory'); $test['type'] = 3; - $test['test'] = $path_to_root.'/tmp'; + $test['test'] = VARLIB_PATH; $test['result'] = is_dir($test['test']) && is_writable($test['test']); $test['comments'][] = sprintf(_("'%s' is not writeable"), $test['test']); return $test;