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: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id DBF771F463 for ; Sun, 5 Jan 2020 17:11:50 +0000 (UTC) Received: from localhost ([::1]:43852 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1io9RN-0008CO-5G for normalperson@yhbt.net; Sun, 05 Jan 2020 12:11:49 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34408) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1io9RI-00089C-1I for bug-gnulib@gnu.org; Sun, 05 Jan 2020 12:11:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1io9RG-0004A2-Vp for bug-gnulib@gnu.org; Sun, 05 Jan 2020 12:11:43 -0500 Received: from mail-wr1-f51.google.com ([209.85.221.51]:34592) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1io9RG-00045p-QN for bug-gnulib@gnu.org; Sun, 05 Jan 2020 12:11:42 -0500 Received: by mail-wr1-f51.google.com with SMTP id t2so47126481wrr.1 for ; Sun, 05 Jan 2020 09:11:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7ZrE0MhEt9cZpgxQFU79kIU0mUnzRd4lx7DWvaoMj7E=; b=mtXdi/V7vL8gmjoMTlu38H94LuJx7jSMPq8ImA9muFkuLMM6s5Gmg6ttXYsclP4sNN TKKqUm/8KK3VpEHzUBg9rGVxTWfjfvitklrgjlC818YahrvBQPOJWxzXS+e2/Xh46rRl i2BJ1lBbXY59h1s0B9oNMK2tRBi+2HKsBcv1ehVrgI3chdu5DcAnRN2ytS1vFNuZS/O5 HucQK6oitBT+L6QRWnM2/ZXLdeaM6ynWMo/PIDNnMsHB6Y128WukXhMeVcNhA/E5aK1o Hh4T/mKxrDtfWuHQVzpMaAohSqrVKTqEy0RDX5nSH2vGtV4YBi8mhxb6ypTbsic6DHjY C4+Q== X-Gm-Message-State: APjAAAVOSHiTlyKOMiOc0K9ywp1drQfFSWYbrQNociZrlyzNVQv+BJ42 OqxmA+hbTm4PWlHOGv18mSja1990j+p5YBTRlEfZJw== X-Google-Smtp-Source: APXvYqx3ZC/FurheG4i4pXFiY4LVvcMzdv4OPMdaRXYNKVehVL9tCWTrdVCJThfz7GYQqQl/y+YZkt/JQQQu9zameHA= X-Received: by 2002:a5d:670a:: with SMTP id o10mr103036479wru.227.1578244301681; Sun, 05 Jan 2020 09:11:41 -0800 (PST) MIME-Version: 1.0 References: <7816563.E7UA76UL6a@omega> In-Reply-To: <7816563.E7UA76UL6a@omega> From: Jim Meyering Date: Sun, 5 Jan 2020 09:11:29 -0800 Message-ID: Subject: Re: [PATCH] update-copyright: reenable its always-skipped test To: Bruno Haible Content-Type: text/plain; charset="UTF-8" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.221.51 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "bug-gnulib@gnu.org List" Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" On Sat, Jan 4, 2020 at 11:15 PM Bruno Haible wrote: > > Here's another that I'll push tomorrow: > > Oops, right. My mistake. Like in build-aux/update-copyright, you might also > want to restore the -0777 option that was lost on 2019-06-15. Thanks, but while that option is critical for the tool invocation, it cannot matter for this self test.