blob: 3874e48455767eb5a164c90e9592d7f239df032f [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <fidl/fuchsia.io/cpp/wire.h>
#include "src/sys/appmgr/integration_tests/sandbox/namespace_test.h"
namespace fio = fuchsia_io;
TEST_F(NamespaceTest, HasDurableFolder) {
ExpectExists("/durable");
ExpectPathSupportsStrictRights(
"/durable", fio::wire::OpenFlags::kRightReadable | fio::wire::OpenFlags::kRightWritable);
}