From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2238 invoked by alias); 2 Oct 2006 15:54:49 -0000 Received: (qmail 2185 invoked by uid 22791); 2 Oct 2006 15:54:48 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 02 Oct 2006 15:54:41 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GUQ7s-0001VV-0g; Mon, 02 Oct 2006 11:54:40 -0400 Date: Mon, 02 Oct 2006 15:54:00 -0000 From: Daniel Jacobowitz To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Subject: Re: Robustify mi-basics.exp Message-ID: <20061002155439.GA5759@nevyn.them.org> Mail-Followup-To: Vladimir Prus , gdb-patches@sources.redhat.com References: <200610021952.13431.vladimir@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200610021952.13431.vladimir@codesourcery.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00004.txt.bz2 On Mon, Oct 02, 2006 at 07:52:13PM +0400, Vladimir Prus wrote: > > Hi, > at the moment, mi-basics.exp will fail if current directory contains any > regexp metacharacters. Fixed with attached, OK? [The one that always bites us at CodeSourcery is "+", since there's a "++" in most of our product names, and that's a regexp syntax error...] > 2006-10-02 Vladimir Prus > > * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path > via string_to_regexp. > * gdb.mi/mi2-basics.exp: Likewise. OK, thanks! -- Daniel Jacobowitz CodeSourcery