summaryrefslogtreecommitdiff
path: root/tests/test_apt_cache.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-10-19 17:40:03 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-10-19 17:40:03 +0200
commit2a802b7d35fb82864faded7bcd25e502a1ca9a9d (patch)
treef863686a5159227c95e7a83b421287c0be0292f1 /tests/test_apt_cache.py
parent8c24ad05afb705f7842cb2bc7e08450acbe49653 (diff)
parent3c35eb3da332cf30781dba78ed777b26934136ac (diff)
downloadpython-apt-2a802b7d35fb82864faded7bcd25e502a1ca9a9d.tar.gz
merged from debian/sid
Diffstat (limited to 'tests/test_apt_cache.py')
-rw-r--r--tests/test_apt_cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_apt_cache.py b/tests/test_apt_cache.py
index 2f812059..db68ec63 100644
--- a/tests/test_apt_cache.py
+++ b/tests/test_apt_cache.py
@@ -133,7 +133,7 @@ class TestAptCache(unittest.TestCase):
old_source_list = apt_pkg.config.find("dir::etc::sourcelist")
old_source_parts = apt_pkg.config.find("dir::etc::sourceparts")
apt_pkg.config.set("dir::etc::sourcelist", base_sources)
- apt_pkg.config.set("dir::etc::sourceparts", "xxx")
+ apt_pkg.config.set("dir::etc::sourceparts", "/tmp")
# main sources.list
sources_list = base_sources
with open(sources_list, "w") as f: