t5510: use the correct tag name in test
commit2004658b19bf781d446e14e3237f519e80ab0297
authorMichael Haggerty <mhagger@alum.mit.edu>
Wed, 23 Oct 2013 15:50:34 +0000 (23 17:50 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Oct 2013 20:27:45 +0000 (24 13:27 -0700)
tree602f457cf9080a7ea25a4c495caf90dc12097bc6
parent3d092bfc6f2d9a998967979f926c661e9762601c
t5510: use the correct tag name in test

Fix an apparent copy-paste error: A few lines earlier, a tag
"refs/tags/sometag" is created.  Check for the (non-)existence of that
tag, not "somebranch", which is otherwise never mentioned in the
script.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5510-fetch.sh