]> git.saurik.com Git - apt.git/commitdiff
fix test
authorMichael Vogt <mvo@debian.org>
Fri, 24 Jan 2014 22:29:10 +0000 (23:29 +0100)
committerMichael Vogt <mvo@debian.org>
Fri, 24 Jan 2014 22:39:36 +0000 (23:39 +0100)
test/libapt/sourcelist_test.cc

index 6fc84fd930988ff02108da21df865720498aa480..0300ce929d38840668a760f7585bf2f7018870a1 100644 (file)
@@ -21,6 +21,8 @@ void remove_tmpfile(void)
 
 int main(int argc, char *argv[])
 {
 
 int main(int argc, char *argv[])
 {
+  _config->Set("APT::Sources::Use-Deb822", true);
+
    const char contents[] = ""
       "Types: deb\n"
       "URIs: http://ftp.debian.org/debian\n"
    const char contents[] = ""
       "Types: deb\n"
       "URIs: http://ftp.debian.org/debian\n"