This accidentally slipped in in a previous commit, but it should
be used only for testing mode.
Reported-By: David Kalnischkies <david@kalnischkies.de>
bool test = false;
Patch patch;
bool test = false;
Patch patch;
- pkgInitConfig(*_config);
-
if (argc <= 1) {
RredMethod Mth;
return Mth.Run();
if (argc <= 1) {
RredMethod Mth;
return Mth.Run();
// Usage: rred -t input output diff ...
if (argc > 1 && strcmp(argv[1], "-t") == 0) {
// 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;
just_diff = false;
test = true;
i = 4;