t1512: correct leftover constants from earlier edition
commit2c57f7c9a2ae0190c0abe050197f2da6b56ef414
authorJunio C Hamano <gitster@pobox.com>
Tue, 2 Jul 2013 04:49:09 +0000 (1 21:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Jul 2013 04:54:27 +0000 (1 21:54 -0700)
tree128fda6e6a2fff1c201dbbabc972e5532b42b828
parent31ffd0c0c1255cb7e9ba76192a70ae294faf95bf
t1512: correct leftover constants from earlier edition

The earliest iteration of this test script used a magic string
110282 as the common prefix for ambiguous object names, but the
final edition switched the common prefix to 0000000000 (10 "0"s).

Unfortunately, instances of the original prefix were left in the
comments and a few tests.  Replace them with the correct constants.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1512-rev-parse-disambiguation.sh