mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 12:11:20 -03:00
Fix read tests to reflect updated arguments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user