Code

t6018: make sure all tested symbolic names are different revs
authorMichael J Gruber <git@drmicha.warpmail.net>
Fri, 14 May 2010 18:26:51 +0000 (20:26 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 27 Jun 2010 18:32:43 +0000 (11:32 -0700)
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6018-rev-list-glob.sh

index dbedc4dfa64598f495edd83ae07a0c5da895ae32..58428d9f5c3d079b0e842b5851b100f9e895a239 100755 (executable)
@@ -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/*' '