Return-Path: Delivered-To: apmail-httpd-test-dev-archive@www.apache.org Received: (qmail 98249 invoked from network); 23 Feb 2004 17:30:18 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Feb 2004 17:30:18 -0000 Received: (qmail 11780 invoked by uid 500); 23 Feb 2004 17:30:11 -0000 Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 11749 invoked by uid 500); 23 Feb 2004 17:30:11 -0000 Mailing-List: contact test-dev-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-dev@httpd.apache.org Received: (qmail 11735 invoked from network); 23 Feb 2004 17:30:10 -0000 Received: from unknown (HELO Boron.MeepZor.Com) (204.146.167.214) by daedalus.apache.org with SMTP; 23 Feb 2004 17:30:10 -0000 Received: from Golux.Com (dsl093-240-231.ral1.dsl.speakeasy.net [66.93.240.231]) (authenticated) by Boron.MeepZor.Com (8.11.6/8.11.6) with ESMTP id i1NHUET06733; Mon, 23 Feb 2004 12:30:15 -0500 Message-ID: <403A387A.8000906@Golux.Com> Date: Mon, 23 Feb 2004 12:29:30 -0500 From: Rodent of Unusual Size Organization: The Apache Software Foundation User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: test-dev@httpd.apache.org Subject: Re: skipping and installing References: <403A066A.2040602@Golux.Com> <403A3239.4020800@Golux.Com> In-Reply-To: <403A3239.4020800@Golux.Com> Content-Type: multipart/mixed; boundary="------------030405050203050404050108" 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 --------------030405050203050404050108 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Rodent of Unusual Size wrote: > > it looks as though the attached patch will fix this regression.. but > is it the appropriate solution? der! would help if i attached it, wouldn't it.. -- #ken P-)} Ken Coar, Sanagendamgagwedweinini http://Golux.Com/coar/ Author, developer, opinionist http://Apache-Server.Com/ "Millennium hand and shrimp!" --------------030405050203050404050108 Content-Type: text/plain; name="tdir-regression.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="tdir-regression.patch" Index: Apache-Test/lib/Apache/TestHarness.pm =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestHarness.pm,v retrieving revision 1.13 diff -u -r1.13 TestHarness.pm --- Apache-Test/lib/Apache/TestHarness.pm 31 Jan 2004 01:12:17 -0000 1.13 +++ Apache-Test/lib/Apache/TestHarness.pm 23 Feb 2004 17:29:27 -0000 @@ -23,7 +23,7 @@ #skip tests listed in t/SKIP sub skip { my($self, $file) = @_; - $file ||= 'SKIP'; + $file ||= 't/SKIP'; return unless -e $file; --------------030405050203050404050108--