stas        2003/08/21 15:44:47

  Modified:    ModPerl-Registry/t bad_scripts.t
  Log:
  this script doesn't need the same interpreter
  
  Revision  Changes    Path
  1.2       +1 -1      modperl-2.0/ModPerl-Registry/t/bad_scripts.t
  
  Index: bad_scripts.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/bad_scripts.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- bad_scripts.t     8 Mar 2003 03:58:59 -0000       1.1
  +++ bad_scripts.t     21 Aug 2003 22:44:47 -0000      1.2
  @@ -8,7 +8,7 @@
   plan tests => 1;
   
   {
  -    my $url = "/same_interp/perlrun/r_inherited.pl";
  +    my $url = "/perlrun/r_inherited.pl";
       my $res = GET($url);
       ok t_cmp(
           500,
  
  
  

Reply via email to