mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:06:49 +08:00
Fix read tests to reflect updated arguments
This commit is contained in:
parent
ff20651d8b
commit
efb894fdae
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$foo: 'text'
|
||||
$foo: 'again'
|
||||
$foo: 'bar'
|
||||
$foo: 'read_i'
|
||||
$foo: 'read_s'
|
||||
$foo: '123'
|
||||
$foo: '456'
|
||||
$foo: 'hello'
|
||||
|
|
Loading…
Reference in New Issue
Block a user