From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15704 invoked by alias); 5 Dec 2013 21:35:19 -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 15691 invoked by uid 89); 5 Dec 2013 21:35:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org Received: from Unknown (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 05 Dec 2013 21:35:18 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 0BEE833F478; Thu, 5 Dec 2013 21:35:10 +0000 (UTC) From: Mike Frysinger To: Mark Kettenis Subject: Re: [PATCH] gdb: testsuite: fix ksh shebang to use sh Date: Thu, 05 Dec 2013 21:35:00 -0000 User-Agent: KMail/1.13.7 (Linux/3.12.1; KDE/4.6.5; x86_64; ; ) Cc: tromey@redhat.com, palves@redhat.com, gdb-patches@sourceware.org References: <1386223663-1030-1-git-send-email-vapier@gentoo.org> <87k3fjnmpq.fsf@fleche.redhat.com> <201312051948.rB5JmC4I029627@glazunov.sibelius.xs4all.nl> In-Reply-To: <201312051948.rB5JmC4I029627@glazunov.sibelius.xs4all.nl> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart6583427.ixTAS880OF"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201312051635.13628.vapier@gentoo.org> X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00212.txt.bz2 --nextPart6583427.ixTAS880OF Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-length: 1032 On Thursday 05 December 2013 14:48:12 Mark Kettenis wrote: > > From: Tom Tromey > > Date: Thu, 05 Dec 2013 12:04:33 -0700 > >=20 > > >>>>> "Pedro" =3D=3D Pedro Alves writes: > > Pedro> A lot of this gdb.hp/ stuff is probably all rotten beyond > > Pedro> salvation, but that's another story. > >=20 > > Yeah, it's never run by any regular developers since all the .exp files > > start: > >=20 > > if { ![istarget "hppa*-*-hpux*"] } { > >=20 > > verbose "HPUX test ignored for non-hppa targets." > > return 0 > >=20 > > } >=20 > And /bin/sh on HP-UX is pretty crappy. If you want anything > resembling a POSIX shell /bin/ksh was a much better choice. >=20 > I'd suggest to leave these test alone or remove them altogether. how crappy is it really though ? if you look at the scripts, they are dirt= =20 simple. symaddr runs a single command in a pipeline and uses positional=20 parameters ($1). so-thresh.sh has two simple if statements and custom variables and that's i= t. -mike --nextPart6583427.ixTAS880OF Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iQIcBAABAgAGBQJSoPGRAAoJEEFjO5/oN/WBCUgQAIUUPUDT6tz8WJ02nfJPrYhu qkMhbf6UNWCxFHwD+VnCBA1R3eYoTFVq5dQr7it32ruDbf0IsEBhgaGjYgx1YoBD x2CyMkUzOdu//ZxO0jRpAFrS4KWQ+hNZTZBPRWPIW5iX6k6NMM/D9vrdsuKa+y/k UnQyPrkEw4YZ3eNTIVnMZLoQ+dtdLNNMYBx0zoUgJsaWhAXqRdZICzYm1xqq7OVg jrCcWc6VlcSTz8s7i+PVnun2pgsQnaAOi7znwoZg2BwzUEx+kntB2UG2iADFvJY5 2ab5mweLEVSTSr2uZjMHEHDIW2by8viRta3JyZ965EZEaaIpsNGrMlKeabvKjzzn /812xsNl08ZtR+5cbOcI6oUBE8NZO89QXnJcA9ChkZGQiEvhHsrIhON8KJ5mwa/P x7CsKeKBC38HUZiV8fpmpNaXTBId95yvO2IqrftSVCAwRR7RAKskBEtXl7HcMUU5 Hal4zPevFzzbNx/eOjEV7iBQT1q98TIdI2qaxjg71o/boxI8JfMBLwge9k+4spUr r8n34OMCNUCXmgQbuQ5Vk+ZTN1gr4wvMwbzSgYW/5XXEOv5LWNukJy7qw3JtGWod qRyMIcxRr0V6lFOa3VlJYjS6SwE/H6IPXUzenlVJ00+rAu2vCqPIJx5Cz0G4+md2 x33J26viQjuWaRp6LqwJ =e4E/ -----END PGP SIGNATURE----- --nextPart6583427.ixTAS880OF--