t1450: fix testcases that were wrongly expecting failure
authorThomas Rast <trast@student.ethz.ch>
Sat, 20 Feb 2010 00:18:44 +0000 (01:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 20 Feb 2010 05:56:19 +0000 (21:56 -0800)
commit4551d03541e5eec411bb367f7967ff933d176df4
tree7cbc005e8daf8ac9dcb6ec4bb520f598e6f4303f
parente9e921981d10554a325f4a1e67e920947e0e4800
t1450: fix testcases that were wrongly expecting failure

Almost exactly a year ago in 02a6552 (Test fsck a bit harder), I
introduced two testcases that were expecting failure.

However, the only bug was that the testcases wrote *blobs* because I
forgot to pass -t tag to hash-object.  Fix this, and then adjust the
rest of the test to properly check the result.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1450-fsck.sh