Skip to content

Commit

Permalink
Fix typo in install-wp-tests.sh (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Jun 10, 2024
1 parent b864754 commit 4989685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install-wp-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TMPDIR=$(echo $TMPDIR | sed -e "s/\/$//")
WP_TESTS_DIR=${WP_TESTS_DIR-$TMPDIR/wordpress-tests-lib}
WP_TESTS_FILE="$WP_TESTS_DIR"/includes/functions.php
WP_CORE_DIR=${WP_CORE_DIR-$TMPDIR/wordpress/}
WP_CORE_FILE="$WP_CORE_DIR"/wp-includs.php
WP_CORE_FILE="$WP_CORE_DIR"/wp-settings.php
GP_TESTS_DIR="$WP_CORE_DIR/build/wp-content/plugins/glotpress/tests/phpunit"

download() {
Expand Down

0 comments on commit 4989685

Please sign in to comment.