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.
2 parents 8b081b7 + 1cb9a5f commit bd22747Copy full SHA for bd22747
templates/install-wp-tests.sh
@@ -15,7 +15,7 @@ SKIP_DB_CREATE=${6-false}
15
TMPDIR=${TMPDIR-/tmp}
16
TMPDIR=$(echo $TMPDIR | sed -e "s/\/$//")
17
WP_TESTS_DIR=${WP_TESTS_DIR-$TMPDIR/wordpress-tests-lib}
18
-WP_CORE_DIR=${WP_CORE_DIR-$TMPDIR/wordpress/}
+WP_CORE_DIR=${WP_CORE_DIR-$TMPDIR/wordpress}
19
20
download() {
21
if [ `which curl` ]; then
0 commit comments