From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 80A501F4BD; Wed, 2 Oct 2019 23:19:25 +0000 (UTC) Date: Wed, 2 Oct 2019 23:19:23 +0000 From: Eric Wong To: Alyssa Ross Cc: meta@public-inbox.org Subject: Re: [PATCH] tests: recommend running create-certs.pl with $^X Message-ID: <20191002231923.GA52412@ailurophile> References: <20191001205814.GA19918@dcvr> <20191002213638.18134-1-hi@alyssa.is> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191002213638.18134-1-hi@alyssa.is> List-Id: Alyssa Ross wrote: > This is better than recommending running the script directly because > it will ensure the correct version of perl is used. Applied and pushed, thanks!