Fix bogus use of printf in t3700 test
commita697ec69cbd3eb1a8fb70e4e0587e5049cd1ad83
authorJunio C Hamano <gitster@pobox.com>
Fri, 3 Aug 2007 21:31:47 +0000 (3 14:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Aug 2007 21:31:47 +0000 (3 14:31 -0700)
tree1ce21f2714c9a705ce8d2985574d230c9b746364
parentd20602eec97caa8766820150eff2a07e205c44e1
Fix bogus use of printf in t3700 test

The hashed contents did not matter in the end result, but it passed
an uninitialized variable to printf, which caused it to emit empty
while giving an error/usage message.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3700-add.sh