t0056: "git -C" test updates
commit28a81f8b93897402a8c8c15ee16e67f0c24ac11c
authorNazri Ramliy <ayiehere@gmail.com>
Thu, 19 Sep 2013 13:18:54 +0000 (19 21:18 +0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Sep 2013 17:15:06 +0000 (19 10:15 -0700)
treea1ff5f12774e784e399f45042349c55a802ea976
parent44e1e4d67d5148c245db362cc48c3cc6c2ec82ca
t0056: "git -C" test updates

Instead of repeating the text to record as the commit log message
and string we expect to see in "log" output, use the same variable
to avoid them going out of sync.

Use different names for test files in different directories to
improve our chance to catch future breakages that makes "-C <dir>"
go to a place that is different from what was specified.

Signed-off-by: Nazri Ramliy <ayiehere@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0056-git-C.sh