On Mon, Jun 7, 2021 at 5:34 AM Derrick Stolee via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > > From: Derrick Stolee <dstolee@xxxxxxxxxxxxx> > > 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/ > has meaningful lines. > > Signed-off-by: Derrick Stolee <dstolee@xxxxxxxxxxxxx> > --- > 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