From f841101c94f1b5892f042ecab2c0c74e9b947c8c Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 9 Dec 2011 09:16:08 +0100 Subject: tests/test_apt_cache.py: use intltool instead of libc6 as the later is not available on ia64 or kfreebsd --- tests/test_apt_cache.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_apt_cache.py b/tests/test_apt_cache.py index 2bc19353..448aed75 100644 --- a/tests/test_apt_cache.py +++ b/tests/test_apt_cache.py @@ -190,12 +190,12 @@ class TestAptCache(unittest.TestCase): def test_package_cmp(self): cache = apt.Cache(rootdir="/") l = [] - l.append(cache["libc6"]) + l.append(cache["intltool"]) l.append(cache["python3"]) l.append(cache["apt"]) l.sort() self.assertEqual([p.name for p in l], - ["apt", "libc6", "python3"]) + ["apt", "intltool", "python3"]) def test_get_architectures(self): main_arch = apt.apt_pkg.config.get("APT::Architecture") -- cgit v1.2.3