libct/int/execin_tty: help debug a flake

This helps to debug https://github.com/opencontainers/runc/issues/2425

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2020-12-03 17:28:40 -08:00
parent 166068a0ff
commit 1909051b9c
+1 -1
View File
@@ -66,7 +66,7 @@ func TestExecIn(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)
}
}