From: martinahansen Date: Mon, 4 Jul 2011 05:18:30 +0000 (+0000) Subject: s/Checking/Testing X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=274a36374679e582719bd033460561f41582b481;p=biopieces.git s/Checking/Testing git-svn-id: http://biopieces.googlecode.com/svn/trunk@1488 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_test/lib/test.sh b/bp_test/lib/test.sh index 358d336..68b7d9e 100755 --- a/bp_test/lib/test.sh +++ b/bp_test/lib/test.sh @@ -171,7 +171,7 @@ function test_aux_program { local program=$1 - echo -n "Checking auxiliary program - \"$program\": " + echo -n "Testing auxiliary program - \"$program\": " if command -v $program >/dev/null; then echo_green "OK"