1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-12-26 14:39:46 +01:00

Update bats

This commit is contained in:
Antonio Ojea 2017-09-22 10:20:34 +02:00 committed by GitHub
parent 2e44b920c9
commit 11fc40fd18

View File

@ -6,7 +6,7 @@ check_bash_version() {
echo "Bats has known issues with old versions of Bash"
echo "and doesn't work as expected, see issue #49 and #140"
echo "in https://github.com/sstephenson/bats/issues/"
echo "Please use Bash versions greater or equal to 4.1"
echo "Please use Bash versions greater or equal than 4.1"
exit 1
fi
}