From 9dceb5baa16d3ddb3b7d93314b40adb3bdf614c2 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Mon, 11 May 2020 12:06:55 +0200 Subject: [PATCH] tests: use the correct path to upload.cgi script --- tests/test_upload_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_upload_script.py b/tests/test_upload_script.py index ff07aa0..339b6c6 100644 --- a/tests/test_upload_script.py +++ b/tests/test_upload_script.py @@ -22,7 +22,7 @@ from parameterized import parameterized PY2 = sys.version_info.major == 2 # Path to the actual CGI script that should be tested -CGI_SCRIPT = os.path.join(os.path.dirname(__file__), '../src/web/upload.cgi') +CGI_SCRIPT = os.path.join(os.path.dirname(__file__), '../scripts/httpd/upload.cgi') # A snippet for creating the server in a temporary location. We need to write a # separate script as it needs to run with working directory set to the