From 4e9e2c06c3016703b0e90b2435e672e8774bfedd Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 8 Nov 2012 15:03:12 +0000 Subject: * tests/test_lp659438.py: - Add an Architecture: line to the test Packages file so that apt doesn't get upset with it. --- tests/test_lp659438.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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: -- cgit v1.2.3