t7406: fix misleading "rev-parse --max-count=1 HEAD"
commitad6a599c0a98441e3da0aaeb44bd39a167cb0693
authorJunio C Hamano <gitster@pobox.com>
Mon, 30 Jul 2012 17:51:52 +0000 (30 10:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jul 2012 17:52:29 +0000 (30 10:52 -0700)
treee20ab3688f6dd265365d0980462dcb620c2e25bf
parent15ffb7cde48b73b3d5ce259443db7d2e0ba13750
t7406: fix misleading "rev-parse --max-count=1 HEAD"

The test happened to use "rev-parse --max-count=1 HEAD" consistently
to prepare the expected output and the actual output, so the
comparison between them gave us a correct success/failure because
both output had irrelevant "--max-count=1" in it.

But that is not an excuse to keep it broken.  Replace it a more
meaningful construct "rev-parse --verify HEAD".

Noticed by Daniel GraƱa while working on his submodule tests.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7406-submodule-update.sh