cgi: Fixed CGI vars test I forgot to update the test case after fixing the leading slash bug.
1 files changed, 2 insertions(+), 1 deletions(-) M scripts/gemini-diagnostics
M scripts/gemini-diagnostics => scripts/gemini-diagnostics +2 -1
@@ 712,7 712,8 @@ class CGIVars(BaseCheck): correct_body = """ Hello world! -PATH_INFO: testing123 +SCRIPT_NAME: /cgi-bin/test.cgi +PATH_INFO: /testing123 QUERY_STRING: hello%20world SERVER_SOFTWARE: stargazer/0.4.0 AUTH_TYPE: CERTIFICATE