Merge pull request #2711 from kolyshkin/2701-followup

libct/int/execin_tty: do help debug a flake
This commit is contained in:
Mrunal Patel
2021-01-04 09:39:51 -08:00
committed by GitHub
+1 -1
View File
@@ -346,7 +346,7 @@ func TestExecInTTY(t *testing.T) {
t.Fatalf("unexpected running process, output %q", out)
}
if strings.Contains(out, "\r") {
t.Fatalf("unexpected carriage-return in output")
t.Fatalf("unexpected carriage-return in output %q", out)
}
}