From 22c753d202734e1502fd9c19a54e1e2f08fc1105 Mon Sep 17 00:00:00 2001 From: Konstantin Gredeskoul Date: Tue, 22 Mar 2016 13:06:21 -0700 Subject: [PATCH] Fixing a typo --- test/lib/helpers.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/helpers.bats b/test/lib/helpers.bats index 6caa1fce..8e4e3468 100644 --- a/test/lib/helpers.bats +++ b/test/lib/helpers.bats @@ -11,7 +11,7 @@ NO_COLOR=true IS_DARWIN=false [[ "$(uname -s)" == "Darwin" ]] && IS_DARWIN=true -if [ "$IS_DARWIN" == "tru" ]; then +if [ "$IS_DARWIN" == "true" ]; then @test "helpers search aliases" { run _bash-it-search-component 'plugins' 'base' [[ "${lines[0]}" =~ 'plugins' && "${lines[0]}" =~ 'base' ]]