Skip to content

Commit

Permalink
update tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
junaidbhura committed Dec 18, 2023
1 parent 0dc4554 commit 58c58e7
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 @@ -12,7 +12,7 @@ DB_HOST=${4-localhost}
WP_VERSION=${5-latest}
SKIP_DB_CREATE=${6-false}

TMPDIR=${TMPDIR-/tmp}
TMPDIR=${TMPDIR-$HOME}
TMPDIR=$(echo $TMPDIR | sed -e "s/\/$//")
WP_TESTS_DIR=${WP_TESTS_DIR-$TMPDIR/wordpress-tests-lib}
WP_CORE_DIR=${WP_CORE_DIR-$TMPDIR/wordpress/}
Expand Down

0 comments on commit 58c58e7

Please sign in to comment.