diff options
Diffstat (limited to 'tests/sys_stat_test.cpp')
-rw-r--r-- | tests/sys_stat_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys_stat_test.cpp b/tests/sys_stat_test.cpp index 70ad45151..97bf58026 100644 --- a/tests/sys_stat_test.cpp +++ b/tests/sys_stat_test.cpp @@ -82,7 +82,7 @@ TEST(sys_stat, mkfifo) { unlink(path.c_str()); } else { // SELinux policy forbids us from creating FIFOs. http://b/17646702. - GTEST_LOG_(INFO) << "This test only performs a test when run as root."; + GTEST_SKIP() << "SELinux policy forbids non-root from creating FIFOs"; } } |