You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by st...@apache.org on 2002/01/04 05:32:47 UTC

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestSmoke.pm

stas        02/01/03 20:32:47

  Modified:    perl-framework/Apache-Test/lib/Apache TestSmoke.pm
  Log:
  - remove debugging leftover
  
  Revision  Changes    Path
  1.7       +0 -3      httpd-test/perl-framework/Apache-Test/lib/Apache/TestSmoke.pm
  
  Index: TestSmoke.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestSmoke.pm,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TestSmoke.pm	31 Dec 2001 08:38:05 -0000	1.6
  +++ TestSmoke.pm	4 Jan 2002 04:32:47 -0000	1.7
  @@ -12,9 +12,6 @@
   use POSIX ();
   use FindBin;
   
  -use Carp;
  -$SIG{USR1} = \&Carp::confess;
  -
   #use constant DEBUG => 1;
   
   # how many times to run all tests at the first iteration