From 4989685358ea55c1ce6c35c266e078c67e6d3e43 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 10 Jun 2024 10:11:08 +0200 Subject: [PATCH] Fix typo in `install-wp-tests.sh` (#272) --- bin/install-wp-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-wp-tests.sh b/bin/install-wp-tests.sh index ab87670..b7c6636 100755 --- a/bin/install-wp-tests.sh +++ b/bin/install-wp-tests.sh @@ -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() {