Skip to content

Commit e52b1fc

Browse files
committed
Internal change.
PiperOrigin-RevId: 795407247
1 parent 584d71e commit e52b1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/syscalls/linux/exec.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ void CheckExecHelper(const absl::optional<int32_t> dirfd,
159159

160160
int status;
161161
ASSERT_THAT(RetryEINTR(waitpid)(child, &status, 0), SyscallSucceeds());
162-
EXPECT_EQ(status, expect_status);
162+
EXPECT_EQ(status, expect_status) << output;
163163

164164
// Process cleanup no longer needed.
165165
kill.Release();

0 commit comments

Comments
 (0)