Updated test text for ENTER-q change. tmux-plugins/tpm#43
This commit is contained in:
parent
91c03a18d9
commit
95e0d1d20a
5 changed files with 9 additions and 9 deletions
|
@ -18,7 +18,7 @@ expect {
|
|||
"Removing \"tmux-example-plugin\"" {
|
||||
expect {
|
||||
"\"tmux-example-plugin\" clean success" {
|
||||
expect { "Done, press ENTER to continue." { exit 0 } }
|
||||
expect { "Done, press \"q\" to continue." { exit 0 } }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,10 +23,10 @@ expect { "Installing \"tmux-example-plugin\"" {
|
|||
|
||||
expect { "\"tmux-copycat\" download success" {
|
||||
|
||||
expect { "Done, press ENTER to continue" {
|
||||
expect { "Done, press \"q\" to continue" {
|
||||
send "
"
|
||||
}
|
||||
} # Done, press ENTER to continue
|
||||
} # Done, press \"q\" to continue
|
||||
|
||||
}
|
||||
} # "tmux-copycat" download success
|
||||
|
|
|
@ -21,7 +21,7 @@ expect {
|
|||
expect {
|
||||
"\"tmux-example-plugin\" download success" {
|
||||
|
||||
expect { "Done, press ENTER to continue" {
|
||||
expect { "Done, press \"q\" to continue" {
|
||||
send "
"
|
||||
}
|
||||
}
|
||||
|
@ -43,7 +43,7 @@ send "I"
|
|||
expect {
|
||||
"Already installed \"tmux-example-plugin\"" {
|
||||
|
||||
expect { "Done, press ENTER to continue" { exit 0 } }
|
||||
expect { "Done, press \"q\" to continue" { exit 0 } }
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ expect {
|
|||
expect {
|
||||
"\"all\" - updates all plugins" {
|
||||
|
||||
expect { "ENTER - cancels" }
|
||||
expect { "\q\" - cancels" }
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -47,7 +47,7 @@ expect {
|
|||
expect {
|
||||
"\"tmux-example-plugin\" update success" {
|
||||
|
||||
expect { "Done, press ENTER to continue." { exit 0 } }
|
||||
expect { "Done, press \"q\" to continue." { exit 0 } }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ expect {
|
|||
expect {
|
||||
"\"all\" - updates all plugins" {
|
||||
|
||||
expect { "ENTER - cancels" }
|
||||
expect { "\"q\" - cancels" }
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -50,7 +50,7 @@ expect {
|
|||
expect {
|
||||
"\"tmux-example-plugin\" update success" {
|
||||
|
||||
expect { "Done, press ENTER to continue." { exit 0 } }
|
||||
expect { "Done, press \"q\" to continue." { exit 0 } }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue