File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,22 @@ test_plugin_installation_via_tmux_key_binding() {
29
29
teardown_helper
30
30
}
31
31
32
+ test_plugin_installation_via_tmux_key_binding_set_option () {
33
+ set_tmux_conf_helper << - HERE
34
+ set -g mode-keys vi
35
+ set-option -g @plugin "tmux-plugins/tmux-example-plugin"
36
+ run-shell "$TPM_DIR /tpm"
37
+ HERE
38
+
39
+ " $CURRENT_DIR /expect_successful_plugin_download" ||
40
+ fail_helper " [key-binding][set-option] plugin installation fails"
41
+
42
+ check_dir_exists_helper " $PLUGINS_DIR /tmux-example-plugin/" ||
43
+ fail_helper " [key-binding][set-option] plugin download fails"
44
+
45
+ teardown_helper
46
+ }
47
+
32
48
test_plugin_installation_custom_dir_via_tmux_key_binding () {
33
49
set_tmux_conf_helper << - HERE
34
50
set -g mode-keys vi
You can’t perform that action at this time.
0 commit comments