URI: 
       test.c: add more environment variables - geomyidae-tests - geomyidae tests
  HTML git clone git://bitreich.org/geomyidae-tests/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae-tests/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit c03621053824e4cc1beaa704ea9623e986be4d79
   DIR parent 7e2c1e1d9a8e64ac371f7b6878e3928b28a7c458
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
   DIR 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;