mirror of
https://github.com/tmux-plugins/tpm.git
synced 2025-11-02 23:36:03 +00:00
Update obsolete test function names
This commit is contained in:
@@ -14,7 +14,7 @@ manually_install_the_plugin() {
|
|||||||
git clone --quiet https://github.com/tmux-plugins/tmux-example-plugin
|
git clone --quiet https://github.com/tmux-plugins/tmux-example-plugin
|
||||||
}
|
}
|
||||||
|
|
||||||
test_plugin_installation() {
|
test_plugin_uninstallation() {
|
||||||
set_tmux_conf_helper <<- HERE
|
set_tmux_conf_helper <<- HERE
|
||||||
run-shell "$TPM_DIR/tpm"
|
run-shell "$TPM_DIR/tpm"
|
||||||
HERE
|
HERE
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ manually_install_the_plugin() {
|
|||||||
|
|
||||||
# TMUX KEY-BINDING TESTS
|
# TMUX KEY-BINDING TESTS
|
||||||
|
|
||||||
test_plugin_installation_via_tmux_key_binding() {
|
test_plugin_update_via_tmux_key_binding() {
|
||||||
set_tmux_conf_helper <<- HERE
|
set_tmux_conf_helper <<- HERE
|
||||||
set -g @plugin "tmux-plugins/tmux-example-plugin"
|
set -g @plugin "tmux-plugins/tmux-example-plugin"
|
||||||
run-shell "$TPM_DIR/tpm"
|
run-shell "$TPM_DIR/tpm"
|
||||||
@@ -34,7 +34,7 @@ test_plugin_installation_via_tmux_key_binding() {
|
|||||||
|
|
||||||
# SCRIPT TESTS
|
# SCRIPT TESTS
|
||||||
|
|
||||||
test_plugin_installation_via_script() {
|
test_plugin_update_via_script() {
|
||||||
set_tmux_conf_helper <<- HERE
|
set_tmux_conf_helper <<- HERE
|
||||||
set -g @plugin "tmux-plugins/tmux-example-plugin"
|
set -g @plugin "tmux-plugins/tmux-example-plugin"
|
||||||
run-shell "$TPM_DIR/tpm"
|
run-shell "$TPM_DIR/tpm"
|
||||||
|
|||||||
Reference in New Issue
Block a user