]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed typo
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 4 Jul 2011 05:16:58 +0000 (05:16 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 4 Jul 2011 05:16:58 +0000 (05:16 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1487 74ccb610-7750-0410-82ae-013aeee3265d

bp_test/lib/test.sh

index 13d35cd31ba95a1107093acad22277895bd07a1d..358d336f8b3c6804e46f0e930da9385886133e52 100755 (executable)
@@ -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"