From: martinahansen Date: Mon, 4 Jul 2011 05:16:20 +0000 (+0000) Subject: fixed typo X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bf9d73d162af302b7e927d9140af4ead348a2ca0;p=biopieces.git fixed typo git-svn-id: http://biopieces.googlecode.com/svn/trunk@1486 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_test/lib/test.sh b/bp_test/lib/test.sh index c6de522..13d35cd 100755 --- a/bp_test/lib/test.sh +++ b/bp_test/lib/test.sh @@ -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"