tests: use the correct path to upload.cgi script

This commit is contained in:
Jakub Kadlcik 2020-05-11 12:06:55 +02:00
parent 6a42424c6a
commit 9dceb5baa1

View file

@ -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