Skip to content

Commit 4989685

Browse files
authored
Fix typo in install-wp-tests.sh (#272)
1 parent b864754 commit 4989685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-wp-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TMPDIR=$(echo $TMPDIR | sed -e "s/\/$//")
1818
WP_TESTS_DIR=${WP_TESTS_DIR-$TMPDIR/wordpress-tests-lib}
1919
WP_TESTS_FILE="$WP_TESTS_DIR"/includes/functions.php
2020
WP_CORE_DIR=${WP_CORE_DIR-$TMPDIR/wordpress/}
21-
WP_CORE_FILE="$WP_CORE_DIR"/wp-includs.php
21+
WP_CORE_FILE="$WP_CORE_DIR"/wp-settings.php
2222
GP_TESTS_DIR="$WP_CORE_DIR/build/wp-content/plugins/glotpress/tests/phpunit"
2323

2424
download() {

0 commit comments

Comments
 (0)