mirror of
https://github.com/tmux-plugins/tpm.git
synced 2025-11-03 07:46:04 +00:00
Improve global FAIL variables
This commit is contained in:
@@ -4,7 +4,7 @@ CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|||||||
|
|
||||||
source $CURRENT_DIR/helpers.sh
|
source $CURRENT_DIR/helpers.sh
|
||||||
|
|
||||||
FAIL=false
|
export FAIL=false
|
||||||
|
|
||||||
test_plugin_installation() {
|
test_plugin_installation() {
|
||||||
set_tmux_conf_helper <<- HERE
|
set_tmux_conf_helper <<- HERE
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|||||||
|
|
||||||
source $CURRENT_DIR/helpers.sh
|
source $CURRENT_DIR/helpers.sh
|
||||||
|
|
||||||
FAIL=false
|
export FAIL=false
|
||||||
|
|
||||||
check_binding_defined() {
|
check_binding_defined() {
|
||||||
local binding=$1
|
local binding=$1
|
||||||
|
|||||||
Reference in New Issue
Block a user