Re: [PATCH v5 03/14] t1092: replace incorrect 'echo' with 'cat'
From: Elijah Newren <hidden>
Date: 2021-06-08 19:21:01
On Mon, Jun 7, 2021 at 5:34 AM Derrick Stolee via GitGitGadget [off-list ref] wrote:
From: Derrick Stolee <redacted> This fixes the test data shape to be as expected, allowing rename detection to work properly now that the 'larger-conent' file actually
s/conent/content/
quoted hunk ↗ jump to hunk
has meaningful lines. Signed-off-by: Derrick Stolee <redacted> --- 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 4f2f09b53a32..d55478a1902b 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