[yum-commits] test/testbase.py

James Antill james at osuosl.org
Wed May 1 05:45:41 UTC 2013


 test/testbase.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 273be793b43c4fb7ff70c135a11d505e58a349e7
Author: James Antill <james at and.org>
Date:   Wed May 1 01:45:27 2013 -0400

    Fix testcases due to disk space check config.

diff --git a/test/testbase.py b/test/testbase.py
index 13ef821..ce4a1dd 100644
--- a/test/testbase.py
+++ b/test/testbase.py
@@ -64,6 +64,7 @@ class FakeConf(object):
         self.config_file_age = 0
         self.yumvar = {}
         self.reposdir = '/tmp/XXXX'
+        self.diskspacecheck = True
 
 class FakeSack:
     """ Fake PackageSack to use with FakeRepository"""


More information about the Yum-commits mailing list