9 lines
129 B
PHP
Raw Normal View History

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