From a66b20bfa1d526ef5baf49fc16c833472a0b418b Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Wed, 5 Nov 2008 20:47:41 +0000 Subject: [PATCH] unset BOOST_TEST_CATCH_SYSTEM_ERRORS --- zypp/ZConfig.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zypp/ZConfig.cc b/zypp/ZConfig.cc index a9e30fc..6c1d4a2 100644 --- a/zypp/ZConfig.cc +++ b/zypp/ZConfig.cc @@ -125,6 +125,8 @@ namespace zypp } } MIL << "Default text locale is '" << ret << "'" << endl; +#warning HACK AROUND BOOST_TEST_CATCH_SYSTEM_ERRORS + setenv( "BOOST_TEST_CATCH_SYSTEM_ERRORS", "no", 1 ); return ret; } -- 2.7.4