Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 951cf700 authored by Josh Gao's avatar Josh Gao
Browse files

debuggerd_test: remove useless pipe.

Bug: http://b/36897117
Test: none
Change-Id: Ib8369088153fe44de2af9037299bdfce7b709b98
parent 287d50dc
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -498,9 +498,6 @@ TEST_F(CrasherTest, capabilities) {
TEST(crash_dump, zombie) {
  pid_t forkpid = fork();

  int pipefd[2];
  ASSERT_EQ(0, pipe2(pipefd, O_CLOEXEC));

  pid_t rc;
  int status;