Skip to content

Commit bd22747

Browse files
authored
Merge pull request #266 from szepeviktor/patch-1
WP_CORE_DIR does not need a trailing slash
2 parents 8b081b7 + 1cb9a5f commit bd22747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/install-wp-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SKIP_DB_CREATE=${6-false}
1515
TMPDIR=${TMPDIR-/tmp}
1616
TMPDIR=$(echo $TMPDIR | sed -e "s/\/$//")
1717
WP_TESTS_DIR=${WP_TESTS_DIR-$TMPDIR/wordpress-tests-lib}
18-
WP_CORE_DIR=${WP_CORE_DIR-$TMPDIR/wordpress/}
18+
WP_CORE_DIR=${WP_CORE_DIR-$TMPDIR/wordpress}
1919

2020
download() {
2121
if [ `which curl` ]; then

0 commit comments

Comments
 (0)