From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 13260 invoked from network); 21 Oct 2020 22:03:34 -0000 Received: from krantz.zx2c4.com (192.95.5.69) by inbox.vuxu.org with ESMTPUTF8; 21 Oct 2020 22:03:34 -0000 Received: by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 06bbc990; Wed, 21 Oct 2020 22:02:20 +0000 (UTC) Return-Path: Received: from mail.zx2c4.com (mail.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id ed20ec5e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Wed, 21 Oct 2020 22:02:18 +0000 (UTC) Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 63a3483d for ; Wed, 21 Oct 2020 22:03:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=zx2c4.com; h=mime-version :references:in-reply-to:from:date:message-id:subject:to:cc :content-type; s=mail; bh=/fyJoSslPtxU7wT8KUBtTNXRotI=; b=OfcAVO n6hPXB391wgFRQSRUGx97tAugn1rxODOqPy3gpDKbQkUOQ2SsiINO9xXqrnVpMie 6zp2brMz92UD0aYCrEu6ygadMf0GW6A+4zl8Hlx2umvGDDQCmHbAVv7TBC2yLYDZ fp0+CXOmtg71qXnaQW19POFqaWAB58hyQv46hTkKrBvaKdYEor2pbwz+9+xDv3np GuRAF+k7HLQpa0Qc7Pg/lvlzctl23P20aikS/D4wNPdgZ7KNte9ZTh8INaLk2RUY ory0XdnydBBJRZwvuws8HXZb6A+fGnNAf0dDBGYRNF4cYOy2txUGpSIzFXFLmqes /lVewx9R4lGMQ/pg== Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id bb9235ff (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Wed, 21 Oct 2020 22:03:04 +0000 (UTC) Received: by mail-io1-f49.google.com with SMTP id b8so4788917ioh.11 for ; Wed, 21 Oct 2020 15:03:27 -0700 (PDT) X-Gm-Message-State: AOAM53197cqcV7ZomEO99t3unF30Og2hussBNfzDHuyHC+NIcfIWzOzN eOk1kIiww89nVZGHt2HgEBwZijChJO76gqf7XOE= X-Google-Smtp-Source: ABdhPJyIzTG+jxlHPBpx0h2pwJDfCElHqlSDA/JFI9/KY45B3UhaiOnI2Kh9pEo0iQymwFcfOHkPqtA+WARlsijJraI= X-Received: by 2002:a05:6638:622:: with SMTP id h2mr4589018jar.86.1603317807439; Wed, 21 Oct 2020 15:03:27 -0700 (PDT) MIME-Version: 1.0 References: <20201021193152.176071-1-list@eworm.de> In-Reply-To: <20201021193152.176071-1-list@eworm.de> From: "Jason A. Donenfeld" Date: Thu, 22 Oct 2020 00:03:16 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/1] tests: do not copy snapshots to /tmp/ To: Christian Hesse Cc: cgit@lists.zx2c4.com, Christian Hesse Content-Type: text/plain; charset="UTF-8" X-BeenThere: cgit@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: List for cgit developers and users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cgit-bounces@lists.zx2c4.com Sender: "CGit" Nice catch. Applied, thanks.