Fixing a typo

pull/681/head
Konstantin Gredeskoul 2016-03-22 13:06:21 -07:00
parent 4f2e73c68a
commit 22c753d202
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ NO_COLOR=true
IS_DARWIN=false IS_DARWIN=false
[[ "$(uname -s)" == "Darwin" ]] && IS_DARWIN=true [[ "$(uname -s)" == "Darwin" ]] && IS_DARWIN=true
if [ "$IS_DARWIN" == "tru" ]; then if [ "$IS_DARWIN" == "true" ]; then
@test "helpers search aliases" { @test "helpers search aliases" {
run _bash-it-search-component 'plugins' 'base' run _bash-it-search-component 'plugins' 'base'
[[ "${lines[0]}" =~ 'plugins' && "${lines[0]}" =~ 'base' ]] [[ "${lines[0]}" =~ 'plugins' && "${lines[0]}" =~ 'base' ]]