From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29991 invoked by alias); 24 May 2003 07:40:37 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29927 invoked from network); 24 May 2003 07:40:36 -0000 Received: from unknown (HELO balder.inter.net.il) (192.114.186.15) by sources.redhat.com with SMTP; 24 May 2003 07:40:36 -0000 Received: from zaretsky (tony08-194-113.inter.net.il [80.230.194.113] (may be forged)) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.3.3-GR) with ESMTP id CJK71599; Sat, 24 May 2003 10:40:10 +0300 (IDT) Date: Sat, 24 May 2003 07:40:00 -0000 From: "Eli Zaretskii" To: brobecker@gnat.com Message-Id: <2110-Sat24May2003104156+0300-eliz@elta.co.il> CC: ac131313@redhat.com, drow@mvista.com, gdb-patches@sources.redhat.com In-reply-to: <20030521234046.GH1027@gnat.com> (message from Joel Brobecker on Wed, 21 May 2003 16:40:46 -0700) Subject: Re: [RFA/RFC] Problem with '!' escaping with zsh/bash/ksh Reply-to: Eli Zaretskii References: <20030502233458.GP992@gnat.com> <1438-Sat03May2003113601+0300-eliz@elta.co.il> <20030503143251.GA1878@nevyn.them.org> <20030503165109.GT992@gnat.com> <20030503165915.GA16323@nevyn.them.org> <3EB6BBAF.5080504@redhat.com> <20030521234046.GH1027@gnat.com> X-SW-Source: 2003-05/txt/msg00473.txt.bz2 > Date: Wed, 21 May 2003 16:40:46 -0700 > From: Joel Brobecker > > At this point, I am considering the addition of a new test case, which > would basically: > > - compile args.c > - copy args to bang! > - gdb bang! > - run > > The problem is that this test should work fine on Unix machines > but I am guessing that this won't work so well on Windows boxes for > instance. IIRC, the only Windows platform we support officially in the test suite is the Cygwin build. If that's so, the shell used by that platform is Bash, so the test should work there as well.