diff options
author | Fabricio Voznika <fvoznika@google.com> | 2021-04-29 16:40:57 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-29 16:42:45 -0700 |
commit | c958c5a4f103725ddbb87f6db66cca9beb06cb84 (patch) | |
tree | 63928dd426463327011bf84fd84821327dfe367c /test | |
parent | 9ff0d382d69c53a8fc916cfde844f1e657759f59 (diff) |
Fix up TODOs in the code
PiperOrigin-RevId: 371231148
Diffstat (limited to 'test')
-rw-r--r-- | test/syscalls/linux/xattr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/xattr.cc b/test/syscalls/linux/xattr.cc index b4b7c0d51..c8a97df6b 100644 --- a/test/syscalls/linux/xattr.cc +++ b/test/syscalls/linux/xattr.cc @@ -632,7 +632,7 @@ TEST_F(XattrTest, TrustedNamespaceWithCapSysAdmin) { // Trusted namespace not supported in VFS1. SKIP_IF(IsRunningWithVFS1()); - // TODO(b/66162845): Only gVisor tmpfs currently supports trusted namespace. + // TODO(b/166162845): Only gVisor tmpfs currently supports trusted namespace. SKIP_IF(IsRunningOnGvisor() && !ASSERT_NO_ERRNO_AND_VALUE(IsTmpfs(test_file_name_))); |