diff --git a/shell/testing/tester_main.cc b/shell/testing/tester_main.cc index 7aa9dee3c07..75cd8fe7965 100644 --- a/shell/testing/tester_main.cc +++ b/shell/testing/tester_main.cc @@ -251,7 +251,9 @@ int main(int argc, char* argv[]) { return EXIT_FAILURE; } - settings.icu_data_path = "icudtl.dat"; + if (settings.icu_data_path.size() == 0) { + settings.icu_data_path = "icudtl.dat"; + } // The tools that read logs get confused if there is a log tag specified. settings.log_tag = "";