diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-10-19 17:40:03 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-10-19 17:40:03 +0200 |
| commit | 2a802b7d35fb82864faded7bcd25e502a1ca9a9d (patch) | |
| tree | f863686a5159227c95e7a83b421287c0be0292f1 /tests/test_progress.py | |
| parent | 8c24ad05afb705f7842cb2bc7e08450acbe49653 (diff) | |
| parent | 3c35eb3da332cf30781dba78ed777b26934136ac (diff) | |
| download | python-apt-2a802b7d35fb82864faded7bcd25e502a1ca9a9d.tar.gz | |
merged from debian/sid
Diffstat (limited to 'tests/test_progress.py')
| -rw-r--r-- | tests/test_progress.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_progress.py b/tests/test_progress.py index 73853dfa..3b6285d6 100644 --- a/tests/test_progress.py +++ b/tests/test_progress.py @@ -27,7 +27,7 @@ class TestProgress(unittest.TestCase): apt_pkg.init() apt_pkg.config.set("APT::Architecture", "amd64") apt_pkg.config.set("Dir::Etc", basedir) - apt_pkg.config.set("Dir::Etc::sourceparts", "/xxx") + apt_pkg.config.set("Dir::Etc::sourceparts", "/tmp") # setup lists dir if not os.path.exists("./tmp/partial"): os.makedirs("./tmp/partial") |
