mirror of
				https://github.com/tmux-plugins/tpm.git
				synced 2025-11-04 08:36:05 +00:00 
			
		
		
		
	Change test helper file name
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
 | 
			
		||||
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 | 
			
		||||
 | 
			
		||||
source $CURRENT_DIR/test_helpers.sh
 | 
			
		||||
source $CURRENT_DIR/helpers.sh
 | 
			
		||||
 | 
			
		||||
test_plugin_installation() {
 | 
			
		||||
	set_tmux_conf_helper <<- HERE
 | 
			
		||||
 
 | 
			
		||||
@@ -2,10 +2,10 @@
 | 
			
		||||
 | 
			
		||||
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 | 
			
		||||
 | 
			
		||||
source $CURRENT_DIR/test_helpers.sh
 | 
			
		||||
source $CURRENT_DIR/helpers.sh
 | 
			
		||||
 | 
			
		||||
check_binding_defined() {
 | 
			
		||||
	local binding=$1
 | 
			
		||||
	local binding="$1"
 | 
			
		||||
	tmux list-keys | grep -q "$binding"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user