From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25979 invoked by alias); 5 Dec 2013 19:48:38 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 25966 invoked by uid 89); 5 Dec 2013 19:48:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: glazunov.sibelius.xs4all.nl Received: from Unknown (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 05 Dec 2013 19:48:35 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id rB5JmCEO018581; Thu, 5 Dec 2013 20:48:12 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id rB5JmC4I029627; Thu, 5 Dec 2013 20:48:12 +0100 (CET) Date: Thu, 05 Dec 2013 19:48:00 -0000 Message-Id: <201312051948.rB5JmC4I029627@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: tromey@redhat.com CC: palves@redhat.com, vapier@gentoo.org, gdb-patches@sourceware.org In-reply-to: <87k3fjnmpq.fsf@fleche.redhat.com> (message from Tom Tromey on Thu, 05 Dec 2013 12:04:33 -0700) Subject: Re: [PATCH] gdb: testsuite: fix ksh shebang to use sh References: <1386223663-1030-1-git-send-email-vapier@gentoo.org> <52A09621.7010806@redhat.com> <87k3fjnmpq.fsf@fleche.redhat.com> X-SW-Source: 2013-12/txt/msg00209.txt.bz2 > From: Tom Tromey > Date: Thu, 05 Dec 2013 12:04:33 -0700 > > >>>>> "Pedro" == Pedro Alves writes: > > Pedro> A lot of this gdb.hp/ stuff is probably all rotten beyond > Pedro> salvation, but that's another story. > > Yeah, it's never run by any regular developers since all the .exp files > start: > > if { ![istarget "hppa*-*-hpux*"] } { > verbose "HPUX test ignored for non-hppa targets." > return 0 > } And /bin/sh on HP-UX is pretty crappy. If you want anything resembling a POSIX shell /bin/ksh was a much better choice. I'd suggest to leave these test alone or remove them altogether.