diff --git a/exercises/practice/food-chain/test-food-chain.bats b/exercises/practice/food-chain/test-food-chain.bats index c323672..c61194a 100644 --- a/exercises/practice/food-chain/test-food-chain.bats +++ b/exercises/practice/food-chain/test-food-chain.bats @@ -1,4 +1,16 @@ #!/usr/bin/env bats + +# ref http://forum.exercism.org/t/trouble-with-local-food-chain-testing/12180 +if [[ $BASH_VERSION == "3.2"* ]]; then + cat >&2 <