mirror of
				https://github.com/tmux-plugins/tpm.git
				synced 2025-11-04 00:16:05 +00:00 
			
		
		
		
	Change github organization for this and other plugins
This commit is contained in:
		@@ -16,10 +16,10 @@ send "I"
 | 
			
		||||
set timeout 15
 | 
			
		||||
 | 
			
		||||
expect {
 | 
			
		||||
  "Downloading bruno-/tmux_example_plugin" {
 | 
			
		||||
  "Downloading tmux-plugins/tmux-example-plugin" {
 | 
			
		||||
 | 
			
		||||
    expect {
 | 
			
		||||
      "bruno-/tmux_example_plugin download success" {
 | 
			
		||||
      "tmux-plugins/tmux-example-plugin download success" {
 | 
			
		||||
 | 
			
		||||
        expect { "Done, press ENTER to continue" { exit } }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ source $CURRENT_DIR/helpers.sh
 | 
			
		||||
 | 
			
		||||
test_plugin_installation() {
 | 
			
		||||
	set_tmux_conf_helper <<- HERE
 | 
			
		||||
	set -g @tpm_plugins "bruno-/tmux_example_plugin"
 | 
			
		||||
	set -g @tpm_plugins "tmux-plugins/tmux-example-plugin"
 | 
			
		||||
	run-shell "~/tpm/tpm"
 | 
			
		||||
	HERE
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user