Merge "Replace a file test from fsmond"

This commit is contained in:
Zuul 2023-12-04 14:03:11 +00:00 committed by Gerrit Code Review
commit 1332ebb7a7
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2013, 2016 Wind River Systems, Inc. * Copyright (c) 2013, 2016, 2023 Wind River Systems, Inc.
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -30,7 +30,7 @@ using namespace std;
typedef char FileNameT[PATH_MAX]; typedef char FileNameT[PATH_MAX];
static FileNameT _files[] = static FileNameT _files[] =
{ "/.fs-test", { "/sysroot/.fs_test",
"/scratch/.fs_test", "/scratch/.fs_test",
"/var/log/.fs_test", "/var/log/.fs_test",
"/var/run/.fs_test", "/var/run/.fs_test",