From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rustad, Mark D" Subject: Re: [PATCH] tests: Remove bashisms (s/source/.) Date: Fri, 13 Oct 2017 17:55:45 +0000 Message-ID: References: <20171008143916.21813-1-petr.vorel@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Apple-Mail=_48F7F435-3A21-479C-B38C-CEC77E370B68"; protocol="application/pgp-signature"; micalg=pgp-sha256 Cc: "netdev@vger.kernel.org" To: Petr Vorel Return-path: Received: from mga02.intel.com ([134.134.136.20]:59510 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751762AbdJMR4A (ORCPT ); Fri, 13 Oct 2017 13:56:00 -0400 In-Reply-To: <20171008143916.21813-1-petr.vorel@gmail.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: --Apple-Mail=_48F7F435-3A21-479C-B38C-CEC77E370B68 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On Oct 8, 2017, at 7:39 AM, Petr Vorel wrote: >=20 > diff --git a/testsuite/tests/ip/route/add_default_route.t = b/testsuite/tests/ip/route/add_default_route.t > index e5ea6473..0b566f1f 100755 > --- a/testsuite/tests/ip/route/add_default_route.t > +++ b/testsuite/tests/ip/route/add_default_route.t > @@ -1,6 +1,6 @@ > -#!/bin/sh > +#!/bin/bash Funny - ^^^ choosing bash explicitly while vvvv removing the bashism? > -source lib/generic.sh > +. lib/generic.sh >=20 > ts_log "[Testing add default route]" I noticed a couple other files already specified /bin/bash, yet you = removed the bashisms. But the above struck me as something that would = not seem to have been intended. --Apple-Mail=_48F7F435-3A21-479C-B38C-CEC77E370B68--