From bf9d73d162af302b7e927d9140af4ead348a2ca0 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Mon, 4 Jul 2011 05:16:20 +0000 Subject: [PATCH] fixed typo git-svn-id: http://biopieces.googlecode.com/svn/trunk@1486 74ccb610-7750-0410-82ae-013aeee3265d --- bp_test/lib/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5