t6006 (rev-list-format): don't hardcode SHA-1 in expected outputs
commit77a6815d7d5be7031324788f9935587bdb00de60
authorAlexey Shumkin <Alex.Crezoff@gmail.com>
Wed, 26 Jun 2013 10:19:46 +0000 (26 14:19 +0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Jun 2013 18:33:00 +0000 (26 11:33 -0700)
tree5b83d4b2660a36e18372e4a2d5c04a239e9b8730
parent362de916c06521205276acb7f51c99f47db94727
t6006 (rev-list-format): don't hardcode SHA-1 in expected outputs

The expected SHA-1 digests are always available in variables. Use
them instead of hardcoding.

Signed-off-by: Alexey Shumkin <Alex.Crezoff@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6006-rev-list-format.sh