[yum-git] Branch 'yum-3_2_X' - test/testbase.py

James Antill james at linux.duke.edu
Fri Sep 12 06:35:33 UTC 2008


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

New commits:
commit 43bc32f3761a3fec6e47fadc5748a32043809d37
Author: James Antill <james at and.org>
Date:   Fri Sep 12 02:35:29 2008 -0400

    Fix the testcases to not die due to missing persistdir

diff --git a/test/testbase.py b/test/testbase.py
index 372fec3..ccab847 100644
--- a/test/testbase.py
+++ b/test/testbase.py
@@ -34,6 +34,7 @@ class FakeConf(object):
         self.skip_broken = False
         self.disable_excludes = []
         self.multilib_policy = 'best'
+        self.persistdir = '/should-not-exist-bad-test!'
 
 class FakeRepo(object):
 



More information about the Yum-cvs-commits mailing list