Skip to content

Commit

Permalink
t6018: make sure all tested symbolic names are different revs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Michael J Gruber authored and Junio C Hamano committed Jun 27, 2010
1 parent 9332441 commit 5266347
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion t/t6018-rev-list-glob.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/*' '
Expand Down

0 comments on commit 5266347

Please sign in to comment.