summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-12-02 15:41:55 -0500
committerChris Lumens <clumens@redhat.com>2009-12-03 13:14:43 -0500
commitf11637c8d8ec9370a14284966be2f97de385b466 (patch)
tree10ba1bb25bc2230c78f62f100947f13bde45cfe3 /iutil.py
parent9581135046aa223a9374b3d0fd19eba3d46051b3 (diff)
downloadanaconda-f11637c8d8ec9370a14284966be2f97de385b466.tar.gz
anaconda-f11637c8d8ec9370a14284966be2f97de385b466.tar.xz
anaconda-f11637c8d8ec9370a14284966be2f97de385b466.zip
Remove test mode.
This is yet another way of running anaconda that gets extremely limited use, no testing, and no consideration during development to making sure it still works. Again, we need to stop pretending and get rid of modes that we don't support.
Diffstat (limited to 'iutil.py')
-rw-r--r--iutil.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/iutil.py b/iutil.py
index c2cd9a3ce..5a09adb50 100644
--- a/iutil.py
+++ b/iutil.py
@@ -668,8 +668,6 @@ def isEfi():
def writeRpmPlatform(root="/"):
import rpmUtils.arch
- if flags.test:
- return
if os.access("%s/etc/rpm/platform" %(root,), os.R_OK):
return
if not os.access("%s/etc/rpm" %(root,), os.X_OK):