From: martinahansen Date: Mon, 4 Jul 2011 05:16:58 +0000 (+0000) Subject: fixed typo X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=85d86ea79c9949b4852de80578105abd943ff251;p=biopieces.git fixed typo git-svn-id: http://biopieces.googlecode.com/svn/trunk@1487 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_test/lib/test.sh b/bp_test/lib/test.sh index 13d35cd..358d336 100755 --- a/bp_test/lib/test.sh +++ b/bp_test/lib/test.sh @@ -155,7 +155,7 @@ function test_ruby_gem { local gem=$1 - echo -n "Checking required Ruby gem - \"$gem\": " + echo -n "Testing required Ruby gem - \"$gem\": " if error=$( gem list --local | grep $gem ); then echo_green "OK"