summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-09-19 13:55:04 +0200
committerFrançois Tigeot <ftigeot@wolfpond.org>2011-09-19 15:28:25 +0200
commita79afa38b27dcd9c861b415db4fba491f4f3417d (patch)
tree1b3fbb83689f3c0bda5e8cb1ccc73e751b28575b /sal
parentunify the unxfbsd.mk into a single file and simplify it (diff)
downloadcore-a79afa38b27dcd9c861b415db4fba491f4f3417d.tar.gz
core-a79afa38b27dcd9c861b415db4fba491f4f3417d.zip
FreeBSD has the same cppunit failure as OSX does
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/osl/module/osl_Module.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/module/osl_Module.cxx b/sal/qa/osl/module/osl_Module.cxx
index a7339b337876..5e0c47f1937a 100644
--- a/sal/qa/osl/module/osl_Module.cxx
+++ b/sal/qa/osl/module/osl_Module.cxx
@@ -294,7 +294,7 @@ namespace osl_Module
// load lib which is under a CJK directory
void load_002( )
{
-#if defined( UNX ) && !defined( MACOSX )
+#if defined( UNX ) && !defined( MACOSX ) && !defined( FREEBSD )
// TODO: Find out why this fails on Mac OS X
//Can not get a CJK directory already exist, so here create one. Perhaps reason is encoding problem.
::rtl::OUString aPidDirURL = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("file:///tmp/")) + ::rtl::OUString::valueOf( ( long )getpid( ) );