From 9542f5182c2020c177de5ab6792cdd6774d8a504 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 1 Feb 2018 09:25:15 +0000 Subject: [PATCH] Move scripts for new launch script tests to correct location See gh-11397 --- .../src/test/resources/scripts/log-file-ownership.sh | 0 .../src/test/resources/scripts/pid-file-ownership.sh | 0 .../src/test/resources/scripts/pid-folder-ownership.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {spring-boot-integration-tests => spring-boot-tests/spring-boot-integration-tests}/spring-boot-launch-script-tests/src/test/resources/scripts/log-file-ownership.sh (100%) rename {spring-boot-integration-tests => spring-boot-tests/spring-boot-integration-tests}/spring-boot-launch-script-tests/src/test/resources/scripts/pid-file-ownership.sh (100%) rename {spring-boot-integration-tests => spring-boot-tests/spring-boot-integration-tests}/spring-boot-launch-script-tests/src/test/resources/scripts/pid-folder-ownership.sh (100%) diff --git a/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/log-file-ownership.sh b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/log-file-ownership.sh similarity index 100% rename from spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/log-file-ownership.sh rename to spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/log-file-ownership.sh diff --git a/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/pid-file-ownership.sh b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/pid-file-ownership.sh similarity index 100% rename from spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/pid-file-ownership.sh rename to spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/pid-file-ownership.sh diff --git a/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/pid-folder-ownership.sh b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/pid-folder-ownership.sh similarity index 100% rename from spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/pid-folder-ownership.sh rename to spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/scripts/pid-folder-ownership.sh