Remove leftover EXECUTABLE reassignment in test-e2e.sh

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
silverwind
2026-02-18 03:03:15 +01:00
co-authored by Claude Opus 4.6
parent cb1c0a9521
commit 03f05abb67
-2
View File
@@ -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"