unset BOOST_TEST_CATCH_SYSTEM_ERRORS
authorMichael Andres <ma@suse.de>
Wed, 5 Nov 2008 20:47:41 +0000 (20:47 +0000)
committerMichael Andres <ma@suse.de>
Wed, 5 Nov 2008 20:47:41 +0000 (20:47 +0000)
zypp/ZConfig.cc

index a9e30fc..6c1d4a2 100644 (file)
@@ -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;
     }