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

bp_test/lib/test.sh

index c6de52220ca63e65075be090b12e63862a5f261b..13d35cd31ba95a1107093acad22277895bd07a1d 100755 (executable)
@@ -125,7 +125,7 @@ function test_perl_module
 {
     local module=$1
 
-    echo -n "Checking required Perl module - \"$module\": "
+    echo -n "Testing required Perl module - \"$module\": "
 
     if ! error=$( perl -M$module -e '' 2>&1 > /dev/null ); then
         echo_red "FAIL"