t6018: make sure all tested symbolic names are different revs

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Michael J Gruber 2010-05-14 20:26:51 +02:00 committed by Junio C Hamano
parent 9332441d8e
commit 52663475a9

View file

@ -34,7 +34,9 @@ test_expect_success 'setup' '
git checkout master &&
commit master2 &&
git tag foo/bar master &&
git update-ref refs/remotes/foo/baz master
commit master3 &&
git update-ref refs/remotes/foo/baz master &&
commit master4
'
test_expect_success 'rev-parse --glob=refs/heads/subspace/*' '