t6038 (merge.renormalize): style nitpicks
authorJonathan Nieder <jrnieder@gmail.com>
Thu, 5 Aug 2010 11:09:33 +0000 (06:09 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Aug 2010 16:20:00 +0000 (09:20 -0700)
Some tweaks to simplify adding and running tests.

- Use test_tick for predictable, sort of realistic commit dates;

- Use test_cmp as "test_cmp expected actual" --- some crazy
content that was not expected should cause the test to fail;

- Remove and re-add all files at the start of each test so the
worktree is easier to think about;

- Avoid using cat where not necessary for clarity.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found