joes        2003/10/24 10:16:58

  Modified:    t        env.c
  Log:
  Rename test environment.
  
  Revision  Changes    Path
  1.10      +1 -1      httpd-apreq-2/t/env.c
  
  Index: env.c
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/t/env.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- env.c     14 Oct 2003 18:53:30 -0000      1.9
  +++ env.c     24 Oct 2003 17:16:58 -0000      1.10
  @@ -65,7 +65,7 @@
   
   /* rigged environent for unit tests */
   
  -const char apreq_env_name[] = "CGI";
  +const char apreq_env_name[] = "TEST";
   const unsigned int apreq_env_magic_number = 20031014;
   
   #define CRLF "\015\012"
  
  
  

Reply via email to