Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@www.apache.org Received: (qmail 16580 invoked from network); 10 Mar 2004 07:09:25 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 10 Mar 2004 07:09:25 -0000 Received: (qmail 81538 invoked by uid 500); 10 Mar 2004 07:09:03 -0000 Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 81511 invoked by uid 500); 10 Mar 2004 07:09:03 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 81497 invoked from network); 10 Mar 2004 07:09:03 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 10 Mar 2004 07:09:03 -0000 Received: (qmail 16547 invoked by uid 1072); 10 Mar 2004 07:09:24 -0000 Date: 10 Mar 2004 07:09:24 -0000 Message-ID: <20040310070924.16546.qmail@minotaur.apache.org> From: stas@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N stas 2004/03/09 23:09:24 Modified: perl-framework/Apache-Test/lib/Apache TestRun.pm Log: restore %INC before returning Revision Changes Path 1.159 +1 -1 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.158 retrieving revision 1.159 diff -u -u -r1.158 -r1.159 --- TestRun.pm 10 Mar 2004 07:03:30 -0000 1.158 +++ TestRun.pm 10 Mar 2004 07:09:24 -0000 1.159 @@ -741,10 +741,10 @@ my %inc = %INC; eval { require "$config_file" }; + %INC = %inc; # be stealth warn($@), return if $@; my $cfg = 'apache_test_config'->new; - %INC = %inc; # be stealth # if the top_dir from saved config doesn't match the current # top_dir, that means that the whole project was relocated to a