Update plugin installation tests
This commit is contained in:
parent
28cd3e5e2f
commit
70d589eea8
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ send "I"
|
||||||
set timeout 15
|
set timeout 15
|
||||||
|
|
||||||
expect {
|
expect {
|
||||||
"Downloading tmux-plugins/tmux-example-plugin" {
|
"Installing \"tmux-example-plugin\"" {
|
||||||
|
|
||||||
expect {
|
expect {
|
||||||
"tmux-plugins/tmux-example-plugin download success" {
|
"\"tmux-example-plugin\" download success" {
|
||||||
|
|
||||||
expect { "Done, press ENTER to continue" { exit } }
|
expect { "Done, press ENTER to continue" { exit } }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue