Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: > @@ -37,9 +37,10 @@ head1=$(add_file sm1 foo1 foo2) > test_expect_success 'added submodule' " > git add sm1 && > git diff-index -p --submodule=log HEAD >actual && > - diff actual - <<-EOF > + cat >expected <<-EOF && > Submodule sm1 0000000...$head1 (new submodule) > EOF > + test_cmp expected actual > " Nit. Did you really mean <<-EOF, not <<EOF, here, especially you are writing the here document without indentation with any TAB? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html