diff --git a/tests/bin/install.sh b/tests/bin/install.sh index 668cd80..94e921f 100644 --- a/tests/bin/install.sh +++ b/tests/bin/install.sh @@ -76,6 +76,10 @@ install_woocommerce() { git clone https://github.com/woocommerce/woocommerce.git cd woocommerce + git status + git config core.autocrlf false + git status + if [[ ! $WC_VERSION == 'latest' ]]; then git checkout $WC_VERSION