Internal change

PiperOrigin-RevId: 242573252
Change-Id: Ibb4c6bfae2c2e322bf1cec23181a0ab663d8530a
This commit is contained in:
Michael Pratt
2019-04-08 17:35:51 -07:00
committed by Shentubot
parent 9471c01348
commit 05979a7547
+1 -1
View File
@@ -1377,7 +1377,7 @@ TEST(ProcPidFile, SubprocessZombie) {
char buf[1];
// 4.17: Succeeds and returns 1
// gVisor: Succeds and returns 0
// gVisor: Succeeds and returns 0
EXPECT_THAT(ReadWhileZombied("auxv", buf, sizeof(buf)), SyscallSucceeds());
EXPECT_THAT(ReadWhileZombied("cmdline", buf, sizeof(buf)),