We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05593f commit 49792b7Copy full SHA for 49792b7
templates/install-wp-tests.sh
@@ -23,7 +23,7 @@ WP_CORE_FILE="$WP_CORE_DIR"/wp-settings.php
23
24
download() {
25
if [ `which curl` ]; then
26
- curl -s "$1" > "$2";
+ curl -L -s "$1" > "$2";
27
elif [ `which wget` ]; then
28
wget -nv -O "$2" "$1"
29
else
0 commit comments