From 926adc6617b0663b04a6112c51e8098b380aa111 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 27 Mar 2025 22:48:42 +0100 Subject: [PATCH] test: Fix symlink location of standalone tests This was accidentally moved to the wrong folder so fix up the location so it's located in the standalone/ folder as expected. --- test/integration-tests/{ => standalone}/integration-tests | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/integration-tests/{ => standalone}/integration-tests (100%) diff --git a/test/integration-tests/integration-tests b/test/integration-tests/standalone/integration-tests similarity index 100% rename from test/integration-tests/integration-tests rename to test/integration-tests/standalone/integration-tests -- 2.47.3