From 03f05abb674d7c392bc7d0af17e29e61d4ec2bc0 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 15 Feb 2026 12:13:45 +0100 Subject: [PATCH] Remove leftover EXECUTABLE reassignment in test-e2e.sh Co-Authored-By: Claude Opus 4.6 --- tools/test-e2e.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/test-e2e.sh b/tools/test-e2e.sh index 3df7de995f..67b46698d9 100755 --- a/tools/test-e2e.sh +++ b/tools/test-e2e.sh @@ -1,8 +1,6 @@ #!/bin/bash set -euo pipefail -EXECUTABLE="./${EXECUTABLE}" - # Determine the Gitea server URL, either from E2E_URL env var or from custom/conf/app.ini if [ -z "${E2E_URL:-}" ]; then INI_FILE="custom/conf/app.ini"