From: Amos Jeffries Date: Thu, 5 Jan 2012 14:02:06 +0000 (+1300) Subject: Fix testRock SHM file base path X-Git-Tag: BumpSslServerFirst.take05~12^2~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9677bcd38206536fd79e39c7cb4ecd6d7fd006c;p=thirdparty%2Fsquid.git Fix testRock SHM file base path --- diff --git a/src/tests/testRock.cc b/src/tests/testRock.cc index 600fe828dc..1b604c4e07 100644 --- a/src/tests/testRock.cc +++ b/src/tests/testRock.cc @@ -41,7 +41,7 @@ testRock::setUp() throw std::runtime_error("Failed to clean test work directory"); // use current directory for shared segments (on path-based OSes) - Ipc::Mem::Segment::BasePath = ""; + Ipc::Mem::Segment::BasePath = "."; Store::Root(new StoreController);