Setting the locale lets the test fail on OpenIndiana. --- qpdf-11.1.1/libtests/qutil.cc.orig 2022-10-01 18:04:50.000000000 +0000 +++ qpdf-11.1.1/libtests/qutil.cc 2022-11-03 09:09:43.641757747 +0000 @@ -103,7 +103,7 @@ { // Make sure the code produces consistent results even if we load // a non-C locale. - set_locale(); +// set_locale(); std::cout << QUtil::int_to_string(16059) << std::endl << QUtil::int_to_string(16059, 7) << std::endl << QUtil::int_to_string(16059, -7) << std::endl