Browse Source

Reword test file download text

no-pw-prompt
Luke Childs 7 years ago
parent
commit
d027d8fcfc
  1. 2
      test

2
test

@ -3,7 +3,7 @@ set -euo pipefail
# Pull down bats # Pull down bats
if [ ! -d "tests/bats" ] ; then 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 git clone --quiet https://github.com/sstephenson/bats.git tests/bats
fi fi

Loading…
Cancel
Save