Fix read tests to reflect updated arguments

This commit is contained in:
Mahmoud Al-Qudsi 2018-03-09 12:19:20 -06:00
parent ff20651d8b
commit efb894fdae
2 changed files with 4 additions and 4 deletions

View file

@ -41,11 +41,11 @@ expect_prompt
expect_marker 2 expect_marker 2
print_var_contents foo print_var_contents foo
# read -i # read -s
send_line "read -i foo" send_line "read -s foo"
expect_read_prompt expect_read_prompt
send_line -h "read_i\r_marker 3" send_line -h "read_s\r_marker 3"
expect_prompt expect_prompt
expect_marker 3 expect_marker 3
print_var_contents foo print_var_contents foo

View file

@ -1,7 +1,7 @@
$foo: 'text' $foo: 'text'
$foo: 'again' $foo: 'again'
$foo: 'bar' $foo: 'bar'
$foo: 'read_i' $foo: 'read_s'
$foo: '123' $foo: '123'
$foo: '456' $foo: '456'
$foo: 'hello' $foo: 'hello'