mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
tests: use the correct path to upload.cgi script
This commit is contained in:
parent
6a42424c6a
commit
9dceb5baa1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue