Fix unit tests for read to stdout behavior

This commit is contained in:
Mahmoud Al-Qudsi
2017-10-10 08:34:50 +02:00
parent 8ffc3ab242
commit 101ada83cb
4 changed files with 8 additions and 4 deletions

View File

@@ -16,6 +16,11 @@ expect_prompt
# read
send_line "read"
expect_read_prompt
send_line "text"
expect_prompt
send_line "read foo"
expect_read_prompt
send_line "text"