[master 2/3] Fix typo in 66f2ddb11e85ec6f48535d670dd6f24cb60cbe55.

mulkieran installerbot-noreply at redhat.com
Fri Apr 10 16:01:48 UTC 2015


From: mulhern <amulhern at redhat.com>

Signed-off-by: mulhern <amulhern at redhat.com>
---
 tests/partitioning_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/partitioning_test.py b/tests/partitioning_test.py
index f31154a..0a301bc 100644
--- a/tests/partitioning_test.py
+++ b/tests/partitioning_test.py
@@ -565,7 +565,7 @@ def testImplicitExtendedPartitions(self):
     def testImplicitExtendedPartitionsInstallerMode(self):
         flags.installer_mode = True
         self.testImplicitExtendedPartitions()
-        flags.install_mode = False
+        flags.installer_mode = False
 
     def testExplicitExtendedPartitions(self):
         """ Verify that explicitly requested extended partitions work. """


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/1b3574bf26cbc36d5adedfdcb7cc3f69350d940b


More information about the anaconda-patches mailing list