Browse Source
Somehow, this test was using: { echo A echo B } > file block to feed file contents. This changes those to the form most common in git test scripts: cat >file <<-\EOF A B EOF Signed-off-by: Mike Hommey <mh@glandium.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Mike Hommey
9 years ago
committed by
Junio C Hamano
1 changed files with 17 additions and 17 deletions
Loading…
Reference in new issue