mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-12-04 18:58:49 +00:00
Change test helper file name
This commit is contained in:
parent
5cac2380e5
commit
8cc27247b6
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user