]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix testRock SHM file base path
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 5 Jan 2012 14:02:06 +0000 (03:02 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 5 Jan 2012 14:02:06 +0000 (03:02 +1300)
src/tests/testRock.cc

index 600fe828dc712bf9cad027d8fd2702e132bfccbe..1b604c4e0755c925c43055d0f4b466c17d82a73d 100644 (file)
@@ -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);