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: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 227CD1F8C6 for ; Mon, 12 Jul 2021 17:56:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235802AbhGLR6w (ORCPT ); Mon, 12 Jul 2021 13:58:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48092 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235770AbhGLR6u (ORCPT ); Mon, 12 Jul 2021 13:58:50 -0400 Received: from mail-wr1-x435.google.com (mail-wr1-x435.google.com [IPv6:2a00:1450:4864:20::435]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57AC5C0613DD for ; Mon, 12 Jul 2021 10:56:01 -0700 (PDT) Received: by mail-wr1-x435.google.com with SMTP id k4so20482101wrc.8 for ; Mon, 12 Jul 2021 10:56:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:in-reply-to:references:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=SwlaGGwBDbfHE4py4v0EAuLYGfp6NsDfmCTHdty/pqQ=; b=AR/8gyz3BDAza+IGR0U3FDlRuc7lu60dSIZbwQpaYo0gz90Tjt7XovZHhQktv3pNKo vK4YWlLMYBEZEL1Kfc04ox90NX2FS/acL5CNfG35l/9iUGSy8Oo+LofFH8vo9fMMgSis yGRVDp9fHA5GT+WikhBJARwhkHPoFQJxCAmLOukgdaPYyFvUvh5V59wB7g0embFZ7LFJ 8PHdPaIme1rrpVQsuCIFcTkdNW29/YEZ3ObuTyzFFCk0X0IQV/jyXOQpk1vzqQ0QaQ79 CjM5CYQ1suGwWim5LH9aq1XROxmbmCKyylwLqYFXuJOOEx/n1ryFCWysCOMAeWg7gLyO fNww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:in-reply-to:references:from:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=SwlaGGwBDbfHE4py4v0EAuLYGfp6NsDfmCTHdty/pqQ=; b=AnlBrZT2y9mqZYHEcLLcij85o7sEhhYXa7aWNhI0kwnn0JBv1RbKh/OoHxL3jYdqhv COHdATCKLp1n4V+tfxfDHxPWBWOrqgmnOuNUO9cbo8v8ugoKbba2urAVJ816Wao0UCMT LzEcKAm/wx8zrY4rmLEeVcqCFH/Ju5je2L+aLjUpjjevxHMK+HrCe1vwnn95RO0AJ6Vz 4gPHVF92zYJyToyKXz2suhg5ENBGnjvNH/TGoKrWPcSq0wVvjGDYumD5jCp7zSVZkxI8 StwoKJexG82unnHiwBTdCW2btAV9W62LB4pjCadhFJrjZPQetdCDfKOD98NQU/sQXfq+ 3yVw== X-Gm-Message-State: AOAM531R67feDJZdPW61awhRy9QOFeCDgaRnz9yvr4X40egpmpl6LWkG 2y+ocMF8zPPtUpTRmJanXoDU6LLCnPM= X-Google-Smtp-Source: ABdhPJwXdN9WSCx1cq+C+HxmD2WNtAfNH/sHlLMo+67yTpWtN46vBK3gY6XZb2dtlt9Ui03/HGwafA== X-Received: by 2002:a5d:66d1:: with SMTP id k17mr268493wrw.110.1626112560012; Mon, 12 Jul 2021 10:56:00 -0700 (PDT) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id v11sm14787300wrs.4.2021.07.12.10.55.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Jul 2021 10:55:59 -0700 (PDT) Message-Id: <05981e30b97a3e668b3a9675508135d42f15450f.1626112556.git.gitgitgadget@gmail.com> In-Reply-To: References: From: "Derrick Stolee via GitGitGadget" Date: Mon, 12 Jul 2021 17:55:44 +0000 Subject: [PATCH v8 03/15] t1092: replace incorrect 'echo' with 'cat' Fcc: Sent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 To: git@vger.kernel.org Cc: gitster@pobox.com, newren@gmail.com, Matheus Tavares Bernardino , Derrick Stolee , git@jeffhostetler.com, johannes.schindelin@gmx.de, Derrick Stolee , Derrick Stolee Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Derrick Stolee This fixes the test data shape to be as expected, allowing rename detection to work properly now that the 'larger-content' file actually has meaningful lines. Signed-off-by: Derrick Stolee --- t/t1092-sparse-checkout-compatibility.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t1092-sparse-checkout-compatibility.sh b/t/t1092-sparse-checkout-compatibility.sh index b8617ceef71..87f1014a1c9 100755 --- a/t/t1092-sparse-checkout-compatibility.sh +++ b/t/t1092-sparse-checkout-compatibility.sh @@ -40,7 +40,7 @@ test_expect_success 'setup' ' done && git checkout -b rename-base base && - echo >folder1/larger-content <<-\EOF && + cat >folder1/larger-content <<-\EOF && matching lines help -- gitgitgadget