9 lines
129 B
PHP
9 lines
129 B
PHP
|
|
#
|
||
|
|
# Setups and checks common for all tests in this suite
|
||
|
|
#
|
||
|
|
if ($MTR_MEM)
|
||
|
|
{
|
||
|
|
die Cant run these tests with filesystem in RAM;
|
||
|
|
}
|
||
|
|
|