diff --git a/tests/read.expect b/tests/read.expect index 3b04c2f3e..9325c3215 100644 --- a/tests/read.expect +++ b/tests/read.expect @@ -41,11 +41,11 @@ expect_prompt expect_marker 2 print_var_contents foo -# read -i +# read -s -send_line "read -i foo" +send_line "read -s foo" expect_read_prompt -send_line -h "read_i\r_marker 3" +send_line -h "read_s\r_marker 3" expect_prompt expect_marker 3 print_var_contents foo diff --git a/tests/read.expect.out b/tests/read.expect.out index 691851b9f..97b33a3dd 100644 --- a/tests/read.expect.out +++ b/tests/read.expect.out @@ -1,7 +1,7 @@ $foo: 'text' $foo: 'again' $foo: 'bar' -$foo: 'read_i' +$foo: 'read_s' $foo: '123' $foo: '456' $foo: 'hello'