Improve global FAIL variables

This commit is contained in:
Bruno Sutic 2014-05-24 22:01:13 +02:00
parent 45cd3d40fa
commit c1304d1da0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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