test.c: add more environment variables - geomyidae-tests - geomyidae tests | |
git clone git://bitreich.org/geomyidae-tests/ git://enlrupgkhuxnvlhsf6lc3fziv5h… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit c03621053824e4cc1beaa704ea9623e986be4d79 | |
parent 7e2c1e1d9a8e64ac371f7b6878e3928b28a7c458 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 21 Jul 2023 15:59:02 +0200 | |
test.c: add more environment variables | |
Diffstat: | |
M test.c | 5 ++++- | |
1 file changed, 4 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/test.c b/test.c | |
@@ -62,10 +62,13 @@ main(void) | |
"QUERY_STRING", | |
"SCRIPT_NAME", | |
/* TLS */ | |
- "SERVER_PROTOCOL", | |
+ "GOPHERS", | |
"HTTPS", | |
+ "SERVER_PROTOCOL", | |
/* gopher-specific: */ | |
+ "REQUEST", | |
"SEARCHREQUEST", | |
+ "SELECTOR", | |
"X_GOPHER_SEARCH" | |
}; | |
char *p; |