summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda5
1 files changed, 3 insertions, 2 deletions
diff --git a/anaconda b/anaconda
index 8c346877a..f7751b423 100755
--- a/anaconda
+++ b/anaconda
@@ -99,8 +99,9 @@ import isys
from installclass import CustomInstall
from kickstart import Kickstart
-if (iutil.memInstalled() < 30000):
- mode = 't'
+if (not test):
+ if (iutil.memInstalled() < 30000):
+ mode = 't'
if (mode == 'g' and not os.environ.has_key('DISPLAY')):
import xserver