Skip to content

Commit 5266347

Browse files
Michael J Grubergitster
authored andcommitted
t6018: make sure all tested symbolic names are different revs
Signed-off-by: Michael J Gruber <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9332441 commit 5266347

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

t/t6018-rev-list-glob.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ test_expect_success 'setup' '
3434
git checkout master &&
3535
commit master2 &&
3636
git tag foo/bar master &&
37-
git update-ref refs/remotes/foo/baz master
37+
commit master3 &&
38+
git update-ref refs/remotes/foo/baz master &&
39+
commit master4
3840
'
3941

4042
test_expect_success 'rev-parse --glob=refs/heads/subspace/*' '

0 commit comments

Comments
 (0)