From d027d8fcfc7daedf0f50935661ee5554444d5361 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 11 Jan 2018 09:11:52 +0700 Subject: [PATCH] Reword test file download text --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index f0fc652..f079921 100755 --- a/test +++ b/test @@ -3,7 +3,7 @@ set -euo pipefail # Pull down bats if [ ! -d "tests/bats" ] ; then - echo "Pulling down bats for tests..." + echo "Pulling down github.com/sstephenson/bats test framework..." git clone --quiet https://github.com/sstephenson/bats.git tests/bats fi