]> git.saurik.com Git - apt.git/blobdiff - methods/rred.cc
rred: Only call pkgInitConfig() in test mode
[apt.git] / methods / rred.cc
index 351c1ebf998b597761e3707010a79c0357bdddd4..5a1053019e97bf8c7354748e111d502996f958cd 100644 (file)
@@ -7,6 +7,7 @@
 
 #include <config.h>
 
+#include <apt-pkg/init.h>
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/acquire-method.h>
@@ -699,6 +700,8 @@ int main(int argc, char **argv)
 
    // Usage: rred -t input output diff ...
    if (argc > 1 && strcmp(argv[1], "-t") == 0) {
+      // Read config files so we see compressors.
+      pkgInitConfig(*_config);
       just_diff = false;
       test = true;
       i = 4;