diff options
| author | Colin Watson <cjwatson@canonical.com> | 2012-11-08 15:03:12 +0000 |
|---|---|---|
| committer | Colin Watson <cjwatson@canonical.com> | 2012-11-08 15:03:12 +0000 |
| commit | 4e9e2c06c3016703b0e90b2435e672e8774bfedd (patch) | |
| tree | f73bd3558b73d4b6923b6f6fe585d7549723d036 /tests | |
| parent | fa16b6080a70edbae5b32ca08bafba212d5bafec (diff) | |
| download | python-apt-4e9e2c06c3016703b0e90b2435e672e8774bfedd.tar.gz | |
* tests/test_lp659438.py:
- Add an Architecture: line to the test Packages file so that apt
doesn't get upset with it.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_lp659438.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_lp659438.py b/tests/test_lp659438.py index 4564f0f6..da8cfa8e 100644 --- a/tests/test_lp659438.py +++ b/tests/test_lp659438.py @@ -48,7 +48,8 @@ class RegressionTestCase(unittest.TestCase): Status: install reinstreq half-installed Priority: optional Section: admin -Version: 3.6.9+build1+nobinonly-0ubuntu1""") +Version: 3.6.9+build1+nobinonly-0ubuntu1 +Architecture: all""") sources_list_path = apt_pkg.config.find_file("Dir::Etc::sourcelist") repo_path = os.path.abspath("./data/test-repo") with open(sources_list_path, "w") as sources_list: |
