Commit 1e15d707 authored by Robert Sesek's avatar Robert Sesek Committed by Commit Bot

Fix SandboxMacTest.RendererCannotWriteHomeDir on macOS 10.10

Tbr: kerrnel@chromium.org
Bug: 902597
Change-Id: I2b18b5b95d3a769e1185559afdcc81d25da5551f
Reviewed-on: https://chromium-review.googlesource.com/c/1331227Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#607132}
parent e1eea35c
......@@ -26,7 +26,7 @@ namespace {
// crbug.com/740009: This allows the unit test to cleanup temporary directories,
// and is safe since this is only a unit test.
constexpr char kTempDirSuffix[] =
"(allow file* (subpath \"/private/var/folders/\"))";
"(allow file* (subpath \"/private/var/folders\"))";
class SandboxMacTest : public base::MultiProcessTest {
protected:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment