summaryrefslogtreecommitdiffstats
path: root/timezone.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 /timezone.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 'timezone.py')
-rw-r--r--timezone.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/timezone.py b/timezone.py
index 4b2dfbe67..74d66db7f 100644
--- a/timezone.py
+++ b/timezone.py
@@ -33,10 +33,6 @@ class Timezone:
f.write(" %s\n" % self.tz)
def write(self, instPath):
- # dont do this in test mode!
- if flags.test:
- return
-
fromFile = instPath + "/usr/share/zoneinfo/" + self.tz
if not os.access(fromFile, os.R_OK):