]> git.donarmstrong.com Git - biopieces.git/commitdiff
s/Checking/Testing
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 4 Jul 2011 05:18:30 +0000 (05:18 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 4 Jul 2011 05:18:30 +0000 (05:18 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1488 74ccb610-7750-0410-82ae-013aeee3265d

bp_test/lib/test.sh

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