From 811c5a9ec85f15474fc43f26d3d6134fcca04bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Sat, 21 Sep 2024 09:21:19 +0200 Subject: [PATCH] test --- bin/install-wp-tests.sh | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 bin/install-wp-tests.sh diff --git a/bin/install-wp-tests.sh b/bin/install-wp-tests.sh old mode 100755 new mode 100644 index c6f53dc..88f2a57 --- a/bin/install-wp-tests.sh +++ b/bin/install-wp-tests.sh @@ -54,6 +54,7 @@ fi set -ex install_wp() { + rm -rf $WP_CORE_DIR if [ -d $WP_CORE_DIR ]; then return;