stas        2004/01/07 20:53:22

  Modified:    perl-framework/Apache-Test/lib/Apache TestRun.pm
  Log:
  simplify
  
  Revision  Changes    Path
  1.134     +2 -2      
httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm
  
  Index: TestRun.pm
  ===================================================================
  RCS file: 
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm,v
  retrieving revision 1.133
  retrieving revision 1.134
  diff -u -u -r1.133 -r1.134
  --- TestRun.pm        8 Jan 2004 04:53:00 -0000       1.133
  +++ TestRun.pm        8 Jan 2004 04:53:21 -0000       1.134
  @@ -1352,7 +1352,7 @@
           }
           my $optional = 0;
           my $wanted = 'httpd';
  -        $test_config->{vars}->{$wanted} = 
  +        $vars->{$wanted} = 
               _custom_config_prompt_path($wanted, \%choices, $optional);
       }
   
  @@ -1388,7 +1388,7 @@
           }
           my $optional = 1;
           my $wanted = 'apxs';
  -        $test_config->{vars}->{$wanted} = 
  +        $vars->{$wanted} = 
               _custom_config_prompt_path($wanted, \%choices, $optional);
       }
   
  
  
  

Reply via email to