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:
parent
9332441d8e
commit
52663475a9
@ -34,7 +34,9 @@ test_expect_success 'setup' '
|
|||||||
git checkout master &&
|
git checkout master &&
|
||||||
commit master2 &&
|
commit master2 &&
|
||||||
git tag foo/bar master &&
|
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/*' '
|
test_expect_success 'rev-parse --glob=refs/heads/subspace/*' '
|
||||||
|
Loading…
Reference in New Issue
Block a user