Skip to content

Commit

Permalink
Add write done debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Naatan committed Oct 5, 2023
1 parent a5b5d1f commit 718b3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/pty_deadlock/pty_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func test_Pty_Deadlock(t *testing.T, script string, emulate bool) {
fmt.Println("Confirm matched")
pos += found + len(confirmMsg)
ptyrw.Write([]byte("y\n"))
fmt.Println("Write done")
}
if err != nil {
if err != io.EOF {
Expand Down

0 comments on commit 718b3c6

Please sign in to comment.